python3Packages.zipfile2: remove changelog
wasn't maintained
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user