cmucl: add myself as a maintainer
This commit is contained in:
parent
a0d1478fa0
commit
f54a2aa137
|
@ -37,5 +37,6 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.free; # public domain
|
license = stdenv.lib.licenses.free; # public domain
|
||||||
homepage = http://www.cons.org/cmucl/;
|
homepage = http://www.cons.org/cmucl/;
|
||||||
|
maintainers = [stdenv.lib.maintainers.tohl];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue