ctpp2: add license
This commit is contained in:
parent
b271fe2311
commit
4faaba0186
@ -18,10 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false; # fails
|
doCheck = false; # fails
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A high performance templating engine";
|
description = "A high performance templating engine";
|
||||||
homepage = http://ctpp.havoc.ru;
|
homepage = http://ctpp.havoc.ru;
|
||||||
maintainers = with stdenv.lib.maintainers; [ robbinch ];
|
maintainers = [ maintainers.robbinch ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user