From 2f82f57b3dc0529ee29ca3177a44aa75506fc565 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 4 Jun 2021 12:53:21 +0200 Subject: [PATCH] python3Packages.zipstream: Remove myself as maintainer This package is only in Nixpkgs for gns3-server and I stopped maintaining that in f6e94a2e210. --- pkgs/development/python-modules/zipstream/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/zipstream/default.nix b/pkgs/development/python-modules/zipstream/default.nix index ec885c6df0f..00c291a1c51 100644 --- a/pkgs/development/python-modules/zipstream/default.nix +++ b/pkgs/development/python-modules/zipstream/default.nix @@ -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; [ ]; }; }