python310Packages.troposphere: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-22 21:21:35 +01:00 committed by GitHub
parent 36b40c6008
commit da2a34a3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
buildPythonPackage rec {
pname = "troposphere";
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -48,5 +49,6 @@ buildPythonPackage rec {
maintainers = with maintainers; [ jlesquembre ];
license = licenses.bsd2;
homepage = "https://github.com/cloudtools/troposphere";
changelog = "https://github.com/cloudtools/troposphere/blob/${version}/CHANGELOG.rst";
};
}