summary refs log tree commit diff
path: root/pkgs/development/libraries/flite
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/flite
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/flite')
-rw-r--r--pkgs/development/libraries/flite/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/flite/default.nix b/pkgs/development/libraries/flite/default.nix
index 6db0dc240ba..85896cdb5e3 100644
--- a/pkgs/development/libraries/flite/default.nix
+++ b/pkgs/development/libraries/flite/default.nix
@@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
     description = "A small, fast run-time speech synthesis engine";
     homepage = http://www.speech.cs.cmu.edu/flite/index.html; 
     license = "free-non-copyleft";
-    maintainers = [ stdenv.lib.maintainers.shlevy ];
   };
 }