python3Packages.pipcl: meta fixes

This commit is contained in:
Sarah Clark
2026-07-06 10:41:49 -07:00
parent 312b387ed6
commit cf93f69434
@@ -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 ];
};
})