ccl: add myself as a maintainer
This commit is contained in:
parent
5441ab8afc
commit
a0d1478fa0
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Clozure Common Lisp";
|
||||
homepage = http://ccl.clozure.com/;
|
||||
maintainers = with maintainers; [ raskin muflax ];
|
||||
maintainers = with maintainers; [ raskin muflax tohl ];
|
||||
platforms = attrNames options;
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue