summary refs log tree commit diff
path: root/pkgs/applications/audio/caudec
diff options
context:
space:
mode:
authorChristian Lask <christian@hiberno.net>2016-11-03 11:54:54 +0100
committerChristian Lask <christian@hiberno.net>2016-11-03 11:54:54 +0100
commit2d524a37f85dcb00ab85f645479cb11f771022af (patch)
tree1606b4847fc3e682f4da81879f29fe86a5f50b84 /pkgs/applications/audio/caudec
parentb6bd555c66cfad421e61ae0cf82a0be50be67cc2 (diff)
Remove myself as maintainer.
Diffstat (limited to 'pkgs/applications/audio/caudec')
-rw-r--r--pkgs/applications/audio/caudec/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/audio/caudec/default.nix b/pkgs/applications/audio/caudec/default.nix
index 3488d8fb38fb1..04f0f9d302593 100644
--- a/pkgs/applications/audio/caudec/default.nix
+++ b/pkgs/applications/audio/caudec/default.nix
@@ -34,6 +34,5 @@ stdenv.mkDerivation rec {
     description = "A multiprocess audio converter that supports many formats (FLAC, MP3, Ogg Vorbis, Windows codecs and many more)";
     license     = licenses.gpl3;
     platforms   = platforms.linux ++ platforms.darwin;
-    maintainers = with maintainers; [ hiberno ];
   };
 }