summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorTomas Hlavaty <tom@logand.com>2015-11-24 23:26:04 +0100
committerTomas Hlavaty <tom@logand.com>2015-11-26 08:24:02 +0100
commit5441ab8afccfcd3e71bdd33313e3330d83711501 (patch)
treec6c377b3bc6b30238e679dce370e20da4084bedc /pkgs/development/compilers
parentb091b9e30bfc5a4ab33179047b5480d7494797f3 (diff)
downloadnixpkgs-5441ab8afccfcd3e71bdd33313e3330d83711501.tar
nixpkgs-5441ab8afccfcd3e71bdd33313e3330d83711501.tar.gz
nixpkgs-5441ab8afccfcd3e71bdd33313e3330d83711501.tar.bz2
nixpkgs-5441ab8afccfcd3e71bdd33313e3330d83711501.tar.lz
nixpkgs-5441ab8afccfcd3e71bdd33313e3330d83711501.tar.xz
nixpkgs-5441ab8afccfcd3e71bdd33313e3330d83711501.tar.zst
nixpkgs-5441ab8afccfcd3e71bdd33313e3330d83711501.zip
sbcl: add myself as a maintainer
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/sbcl/bootstrap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/sbcl/bootstrap.nix b/pkgs/development/compilers/sbcl/bootstrap.nix
index 43002aa72f5..d95e3e0cd89 100644
--- a/pkgs/development/compilers/sbcl/bootstrap.nix
+++ b/pkgs/development/compilers/sbcl/bootstrap.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
     description = "Lisp compiler";
     homepage = "http://www.sbcl.org";
     license = licenses.publicDomain; # and FreeBSD
-    maintainers = [maintainers.raskin];
+    maintainers = [maintainers.raskin maintainers.tohl];
     platforms = attrNames options;
   };
 }