diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-16 23:44:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-16 23:45:01 +0200 |
commit | 2e937c437a3e8098a821db863ebe6cf4bcc87de0 (patch) | |
tree | e730dc960cb937ac98cd0041762e72815f3e2d54 /pkgs/development/libraries/java/classpath/default.nix | |
parent | 68ce9e91e12914f34e55ef16d8f4b6fbcdd9e92a (diff) |
unmaintain several packages
Diffstat (limited to 'pkgs/development/libraries/java/classpath/default.nix')
-rw-r--r-- | pkgs/development/libraries/java/classpath/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/java/classpath/default.nix b/pkgs/development/libraries/java/classpath/default.nix index 9bbfd381a0db2..bbfc6ed38cc38 100644 --- a/pkgs/development/libraries/java/classpath/default.nix +++ b/pkgs/development/libraries/java/classpath/default.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation rec { # The exception makes it similar to LGPLv2+ AFAICS. license = "GPLv2+ + exception"; - maintainers = [ stdenv.lib.maintainers.ludo ]; + maintainers = [ ]; }; } |