python310Packages.phonopy: add changelog to meta
This commit is contained in:
parent
3603f34efd
commit
199bf95641
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue