ctpl: add license

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

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;
};
}