ccl: add myself as a maintainer

This commit is contained in:
Tomas Hlavaty 2015-11-24 23:26:26 +01:00
parent 5441ab8afc
commit a0d1478fa0

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Clozure Common Lisp"; description = "Clozure Common Lisp";
homepage = http://ccl.clozure.com/; homepage = http://ccl.clozure.com/;
maintainers = with maintainers; [ raskin muflax ]; maintainers = with maintainers; [ raskin muflax tohl ];
platforms = attrNames options; platforms = attrNames options;
license = licenses.lgpl21; license = licenses.lgpl21;
}; };