mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
ctpl: add license
This commit is contained in:
parent
a2046daebd
commit
b271fe2311
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Template engine library written in C";
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.lethalman ];
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user