python3Packages.zipfile36: fixup meta

https://hydra.nixos.org/build/207980179

+1 -1
+1 -1
pkgs/development/python-modules/zipfile36/default.nix
··· 27 description = "Read and write ZIP files - backport of the zipfile module from Python 3.6"; 28 homepage = "https://gitlab.com/takluyver/zipfile36"; 29 license = lib.licenses.psfl; 30 - maintainers = lib.maintainers.fridh; 31 }; 32 }
··· 27 description = "Read and write ZIP files - backport of the zipfile module from Python 3.6"; 28 homepage = "https://gitlab.com/takluyver/zipfile36"; 29 license = lib.licenses.psfl; 30 + maintainers = [ lib.maintainers.fridh ]; 31 }; 32 }