about summary refs log tree commit diff
path: root/pkgs/applications/audio/opus-tools
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2019-12-05 16:29:48 +0900
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2019-12-05 16:29:48 +0900
commit1451a52a38f2dda459647a5c2628e7c28e17c4dc (patch)
tree74c2739ee6d04435ac74cbc036c3ef44e541e2df /pkgs/applications/audio/opus-tools
parent41284d338423f1063dcddee58646050d45689ddf (diff)
Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
Diffstat (limited to 'pkgs/applications/audio/opus-tools')
-rw-r--r--pkgs/applications/audio/opus-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/opus-tools/default.nix b/pkgs/applications/audio/opus-tools/default.nix
index 85d0e1fbaf71c..69fa75d85f4d1 100644
--- a/pkgs/applications/audio/opus-tools/default.nix
+++ b/pkgs/applications/audio/opus-tools/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     description = "Tools to work with opus encoded audio streams";
     homepage = http://www.opus-codec.org/;
     license = stdenv.lib.licenses.bsd2;
-    maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
+    maintainers = with stdenv.lib.maintainers; [ ];
     platforms = with stdenv.lib.platforms; unix;
   };
 }