ctpp2: add license

This commit is contained in:
Markus Kowalewski
2018-09-30 19:11:21 +02:00
parent b271fe2311
commit 4faaba0186
+4 -3
View File
@@ -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;
}; };
} }