summary refs log tree commit diff
path: root/pkgs/development/libraries/audiofile
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-21 22:34:41 -0500
committerShea Levy <shea@shealevy.com>2014-01-21 22:34:41 -0500
commitca116f76f97f299d6d4683788cdf4fa362a6ad60 (patch)
tree27f1b4f14e461f093eab4d180257c50a0dcfac63 /pkgs/development/libraries/audiofile
parentcb9cc87a397f9705559dd566299be665b0457e1c (diff)
downloadnixpkgs-ca116f76f97f299d6d4683788cdf4fa362a6ad60.tar
nixpkgs-ca116f76f97f299d6d4683788cdf4fa362a6ad60.tar.gz
nixpkgs-ca116f76f97f299d6d4683788cdf4fa362a6ad60.tar.bz2
nixpkgs-ca116f76f97f299d6d4683788cdf4fa362a6ad60.tar.lz
nixpkgs-ca116f76f97f299d6d4683788cdf4fa362a6ad60.tar.xz
nixpkgs-ca116f76f97f299d6d4683788cdf4fa362a6ad60.tar.zst
nixpkgs-ca116f76f97f299d6d4683788cdf4fa362a6ad60.zip
Unmaintain a bunch of packages
Trying to take maintainership more seriously...

Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/development/libraries/audiofile')
-rw-r--r--pkgs/development/libraries/audiofile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/audiofile/default.nix b/pkgs/development/libraries/audiofile/default.nix
index 497909cf25c..a5fd80dc0db 100644
--- a/pkgs/development/libraries/audiofile/default.nix
+++ b/pkgs/development/libraries/audiofile/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     description = "Library for reading and writing audio files in various formats";
     homepage    = http://www.68k.org/~michael/audiofile/; 
     license     = licenses.lgpl21Plus;
-    maintainers = with maintainers; [ lovek323 shlevy ];
+    maintainers = with maintainers; [ lovek323 ];
     platforms   = platforms.unix;
   };
 }