about summary refs log tree commit diff
path: root/pkgs/development/libraries/sphinxbase
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/sphinxbase
parentcb9cc87a397f9705559dd566299be665b0457e1c (diff)
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/sphinxbase')
-rw-r--r--pkgs/development/libraries/sphinxbase/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/sphinxbase/default.nix b/pkgs/development/libraries/sphinxbase/default.nix
index dafa82bad3479..1841fcbe4a13b 100644
--- a/pkgs/development/libraries/sphinxbase/default.nix
+++ b/pkgs/development/libraries/sphinxbase/default.nix
@@ -19,7 +19,6 @@ stdenv.mkDerivation (rec {
     description = "Support Library for Pocketsphinx";
     homepage = http://cmusphinx.sourceforge.net;
     license = "free-non-copyleft";
-    maintainers = [ stdenv.lib.maintainers.shlevy ];
   };
 } // (stdenv.lib.optionalAttrs multipleOutputs {
   outputs = [ "out" "lib" "headers" ];