mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
mkcl: add myself as a maintainer
This commit is contained in:
parent
f54a2aa137
commit
b8bef08d1b
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://common-lisp.net/project/mkcl/;
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [stdenv.lib.maintainers.tohl];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue