python310Packages.phonopy: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-09 09:32:30 +01:00 committed by GitHub
parent 3603f34efd
commit 199bf95641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Modulefor phonon calculations at harmonic and quasi-harmonic levels";
homepage = "https://phonopy.github.io/phonopy/";
changelog = "https://github.com/phonopy/phonopy/blob/v${version}/doc/changelog.md";
license = licenses.bsd0;
maintainers = with maintainers; [ psyanticy ];
};