about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py3status
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/py3status
parent01e07b19967547d93e6ce2008366bc011ae0e358 (diff)
Remove me (garbas) as maintainer since I don't have much time to maintain anything
Diffstat (limited to 'pkgs/development/python-modules/py3status')
-rw-r--r--pkgs/development/python-modules/py3status/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/py3status/default.nix b/pkgs/development/python-modules/py3status/default.nix
index 4f03137e76048..31d31f714b70b 100644
--- a/pkgs/development/python-modules/py3status/default.nix
+++ b/pkgs/development/python-modules/py3status/default.nix
@@ -49,6 +49,6 @@ buildPythonPackage rec {
     description = "Extensible i3status wrapper";
     license = licenses.bsd3;
     homepage = https://github.com/ultrabug/py3status;
-    maintainers = with maintainers; [ garbas ];
+    maintainers = with maintainers; [ ];
   };
 }