python3Packages.zipfile36: fixup meta

https://hydra.nixos.org/build/207980179
This commit is contained in:
Vladimír Čunát
2023-02-02 19:11:07 +01:00
parent 9f7312aebe
commit a0acf943cc
@@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Read and write ZIP files - backport of the zipfile module from Python 3.6";
homepage = "https://gitlab.com/takluyver/zipfile36";
license = lib.licenses.psfl;
maintainers = lib.maintainers.fridh;
maintainers = [ lib.maintainers.fridh ];
};
}