about summary refs log tree commit diff
path: root/pkgs/development/compilers/cmucl
diff options
context:
space:
mode:
authorTomas Hlavaty <tom@logand.com>2015-11-24 23:26:42 +0100
committerTomas Hlavaty <tom@logand.com>2015-11-26 08:24:02 +0100
commitf54a2aa1374f9c608ac4c8ff8ab6839716b8fdbe (patch)
tree4345aa797eee6574262281d1d9664e419ddd56ec /pkgs/development/compilers/cmucl
parenta0d1478fa0d54e322c9d48a745fcb3da4744aa40 (diff)
cmucl: add myself as a maintainer
Diffstat (limited to 'pkgs/development/compilers/cmucl')
-rw-r--r--pkgs/development/compilers/cmucl/binary.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/cmucl/binary.nix b/pkgs/development/compilers/cmucl/binary.nix
index 1276b1500a13a..186cd908351ff 100644
--- a/pkgs/development/compilers/cmucl/binary.nix
+++ b/pkgs/development/compilers/cmucl/binary.nix
@@ -37,5 +37,6 @@ stdenv.mkDerivation {
     '';
     license = stdenv.lib.licenses.free;		# public domain
     homepage = http://www.cons.org/cmucl/;
+    maintainers = [stdenv.lib.maintainers.tohl];
   };
 }