summary refs log tree commit diff
path: root/pkgs/development/python-modules/funcsigs
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
committerRok Garbas <rok@garbas.si>2019-07-03 11:27:39 +0200
commit65781e204d7c76b50351676360cecadfd4ec7646 (patch)
treeade3a1c96cbece8854b21e381a106a5c60de12c5 /pkgs/development/python-modules/funcsigs
parent01e07b19967547d93e6ce2008366bc011ae0e358 (diff)
downloadnixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.gz
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.bz2
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.lz
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.xz
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.tar.zst
nixpkgs-65781e204d7c76b50351676360cecadfd4ec7646.zip
Remove me (garbas) as maintainer since I don't have much time to maintain anything
Diffstat (limited to 'pkgs/development/python-modules/funcsigs')
-rw-r--r--pkgs/development/python-modules/funcsigs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/funcsigs/default.nix b/pkgs/development/python-modules/funcsigs/default.nix
index 1a6786c700d..5a4701df9c3 100644
--- a/pkgs/development/python-modules/funcsigs/default.nix
+++ b/pkgs/development/python-modules/funcsigs/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+";
     homepage = https://github.com/aliles/funcsigs;
-    maintainers = with maintainers; [ garbas ];
+    maintainers = with maintainers; [ ];
     license = licenses.asl20;
   };
 }