diff --git a/pkgs/development/python-modules/pipcl/default.nix b/pkgs/development/python-modules/pipcl/default.nix index 44a11dfafd3f..fab9337f4472 100644 --- a/pkgs/development/python-modules/pipcl/default.nix +++ b/pkgs/development/python-modules/pipcl/default.nix @@ -26,9 +26,10 @@ buildPythonPackage (finalAttrs: { ]; meta = { - description = "Python packaging operations for use by a `setup.py"; + description = "Python packaging operations for use by setup.py"; homepage = "https://github.com/ArtifexSoftware/pipcl"; - license = lib.licenses.agpl3Plus; + changelog = "https://github.com/ArtifexSoftware/pipcl/blob/${finalAttrs.src.tag}/README.rst#changelog"; + license = lib.licenses.agpl3Only; maintainers = with lib.maintainers; [ sarahec ]; }; })