python3Packages.zipfile2: remove changelog

wasn't maintained
This commit is contained in:
Acid Bong
2026-05-10 13:30:01 +03:00
parent d0253d2d8f
commit 0de327bad1
@@ -6,7 +6,7 @@
setuptools,
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "zipfile2";
version = "0.0.12-unstable-2024-09-28";
pyproject = true;
@@ -33,7 +33,6 @@ buildPythonPackage rec {
meta = {
description = "Backwards-compatible improved zipfile class";
homepage = "https://github.com/cournape/zipfile2";
changelog = "https://github.com/itziakos/zipfile2/releases/tag/v${version}";
license = lib.licenses.psfl;
maintainers = [ ];
};