Unverified Commit d82cdbde authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.node-semver: add changelog to meta

parent 5e5521b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;