summary refs log tree commit diff
path: root/pkgs/development/python-modules/pykka
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2019-08-20 15:24:01 +0200
committerRickard Nilsson <rickynils@gmail.com>2019-08-20 15:24:01 +0200
commit225e412edb67a1e41c15c7244e4c1c1dc4581b5c (patch)
tree00c0a8e3a2ea1705e7ce4b24b9b1a01e050aa198 /pkgs/development/python-modules/pykka
parent151d86c4554d810c3b6a3b89379a7585f16d37c3 (diff)
downloadnixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.gz
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.bz2
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.lz
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.xz
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.tar.zst
nixpkgs-225e412edb67a1e41c15c7244e4c1c1dc4581b5c.zip
Remove myself as maintainer of some packages.
Diffstat (limited to 'pkgs/development/python-modules/pykka')
-rw-r--r--pkgs/development/python-modules/pykka/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pykka/default.nix b/pkgs/development/python-modules/pykka/default.nix
index 4fe7816d4fd..c07f1b46cbe 100644
--- a/pkgs/development/python-modules/pykka/default.nix
+++ b/pkgs/development/python-modules/pykka/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     homepage = http://www.pykka.org;
     description = "A Python implementation of the actor model";
     license = licenses.asl20;
-    maintainers = with maintainers; [ rickynils ];
+    maintainers = [];
   };
 
 }