From 5441ab8afccfcd3e71bdd33313e3330d83711501 Mon Sep 17 00:00:00 2001 From: Tomas Hlavaty Date: Tue, 24 Nov 2015 23:26:04 +0100 Subject: [PATCH] sbcl: add myself as a maintainer --- pkgs/development/compilers/sbcl/bootstrap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }