mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ccl: add myself as a maintainer
This commit is contained in:
parent
5441ab8afc
commit
a0d1478fa0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue