sbcl: add myself as a maintainer
This commit is contained in:
parent
b091b9e30b
commit
5441ab8afc
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Lisp compiler";
|
description = "Lisp compiler";
|
||||||
homepage = "http://www.sbcl.org";
|
homepage = "http://www.sbcl.org";
|
||||||
license = licenses.publicDomain; # and FreeBSD
|
license = licenses.publicDomain; # and FreeBSD
|
||||||
maintainers = [maintainers.raskin];
|
maintainers = [maintainers.raskin maintainers.tohl];
|
||||||
platforms = attrNames options;
|
platforms = attrNames options;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user