summary refs log tree commit diff
path: root/pkgs/applications/audio
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
parentb6bd555c66cfad421e61ae0cf82a0be50be67cc2 (diff)
downloadnixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.gz
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.bz2
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.lz
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.xz
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.tar.zst
nixlib-2d524a37f85dcb00ab85f645479cb11f771022af.zip
Remove myself as maintainer.
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/caudec/default.nix1
-rw-r--r--pkgs/applications/audio/ncmpc/default.nix2
-rw-r--r--pkgs/applications/audio/pamixer/default.nix1
3 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/audio/caudec/default.nix b/pkgs/applications/audio/caudec/default.nix
index 3488d8fb38fb..04f0f9d30259 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 ];
   };
 }
diff --git a/pkgs/applications/audio/ncmpc/default.nix b/pkgs/applications/audio/ncmpc/default.nix
index 6c53d1fe7557..31185c0d0c28 100644
--- a/pkgs/applications/audio/ncmpc/default.nix
+++ b/pkgs/applications/audio/ncmpc/default.nix
@@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
     description = "Curses-based interface for MPD (music player daemon)";
     homepage    = http://www.musicpd.org/clients/ncmpc/;
     license     = licenses.gpl2Plus;
-    maintainers = with maintainers; [ hiberno ];
     platforms   = platforms.all;
   };
 }
-
diff --git a/pkgs/applications/audio/pamixer/default.nix b/pkgs/applications/audio/pamixer/default.nix
index 56db4e8352e9..fa25a474c1df 100644
--- a/pkgs/applications/audio/pamixer/default.nix
+++ b/pkgs/applications/audio/pamixer/default.nix
@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
     '';
     homepage = https://github.com/cdemoulins/pamixer;
     license = licenses.gpl3;
-    maintainers = with maintainers; [ hiberno ];
     platforms = platforms.linux;
   };
 }