python310Packages.node-semver: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-24 18:12:25 +01:00
committed by GitHub
parent 5e5521b0fb
commit d82cdbde04
@@ -12,6 +12,7 @@ buildPythonPackage rec {
};
meta = with lib; {
changelog = "https://github.com/podhmo/python-node-semver/blob/${version}/CHANGES.txt";
homepage = "https://github.com/podhmo/python-semver";
description = "A port of node-semver";
license = licenses.mit;