ctpp2: add license

This commit is contained in:
Markus Kowalewski 2018-09-30 11:29:36 +02:00
parent b271fe2311
commit 4faaba0186
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -18,10 +18,11 @@ stdenv.mkDerivation rec {
doCheck = false; # fails
meta = {
meta = with stdenv.lib; {
description = "A high performance templating engine";
homepage = http://ctpp.havoc.ru;
maintainers = with stdenv.lib.maintainers; [ robbinch ];
platforms = with stdenv.lib.platforms; linux;
maintainers = [ maintainers.robbinch ];
platforms = platforms.linux;
license = licenses.bsd2;
};
}