ctpl: add license

This commit is contained in:
Markus Kowalewski
2018-09-30 11:27:21 +02:00
parent a2046daebd
commit b271fe2311

View File

@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "Template engine library written in C";
platforms = platforms.linux;
maintainers = [ maintainers.lethalman ];
license = licenses.gpl3Plus;
};
}