diff --git a/pkgs/development/python-modules/pipcl/default.nix b/pkgs/development/python-modules/pipcl/default.nix index d32e93382386..f13478d334db 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 ]; }; })