about summary refs log tree commit diff
path: root/pkgs/applications/audio/whipper
diff options
context:
space:
mode:
authorJascha Geerds <jascha@geerds.org>2019-03-12 23:45:33 +0100
committerJascha Geerds <jascha@geerds.org>2019-03-12 23:50:52 +0100
commitffedc3e4a916a3dd167a6e371368bfd645d245f4 (patch)
treea0e49e656b1d728928e389a3ef9b0fdcc24deffd /pkgs/applications/audio/whipper
parentc484d9b5011a3c710424ea14332d02047ff12b39 (diff)
downloadnixlib-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar
nixlib-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.gz
nixlib-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.bz2
nixlib-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.lz
nixlib-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.xz
nixlib-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.zst
nixlib-ffedc3e4a916a3dd167a6e371368bfd645d245f4.zip
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
Diffstat (limited to 'pkgs/applications/audio/whipper')
-rw-r--r--pkgs/applications/audio/whipper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/whipper/default.nix b/pkgs/applications/audio/whipper/default.nix
index 07ab9b55e5bd..382a1a8b2e21 100644
--- a/pkgs/applications/audio/whipper/default.nix
+++ b/pkgs/applications/audio/whipper/default.nix
@@ -44,7 +44,7 @@ python2.pkgs.buildPythonApplication rec {
   meta = with stdenv.lib; {
     homepage = https://github.com/whipper-team/whipper;
     description = "A CD ripper aiming for accuracy over speed";
-    maintainers = with maintainers; [ rycee jgeerds ];
+    maintainers = with maintainers; [ rycee ];
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
   };