Merge pull request #125650 from primeos/python-zipstream

python3Packages.zipstream: Remove myself as maintainer
This commit is contained in:
Michael Weiss 2021-06-05 11:31:15 +02:00 committed by GitHub
commit 91a247a1f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,6 @@ buildPythonPackage rec {
description = "A zip archive generator";
homepage = "https://github.com/allanlei/python-zipstream";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ primeos ];
maintainers = with lib.maintainers; [ ];
};
}