about summary refs log tree commit diff
path: root/pkgs/development/python-modules/whisper
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/whisper
parent151d86c4554d810c3b6a3b89379a7585f16d37c3 (diff)
Remove myself as maintainer of some packages.
Diffstat (limited to 'pkgs/development/python-modules/whisper')
-rw-r--r--pkgs/development/python-modules/whisper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/whisper/default.nix b/pkgs/development/python-modules/whisper/default.nix
index f9565d8e6a055..407bb88fa2ae3 100644
--- a/pkgs/development/python-modules/whisper/default.nix
+++ b/pkgs/development/python-modules/whisper/default.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     homepage = http://graphite.wikidot.com/;
     description = "Fixed size round-robin style database";
-    maintainers = with maintainers; [ rickynils offline basvandijk ];
+    maintainers = with maintainers; [ offline basvandijk ];
     license = licenses.asl20;
   };
 }