diff --git a/lib/licenses.nix b/lib/licenses.nix index 52956e52afa6..34c84db47625 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -709,7 +709,12 @@ in mkLicense lset) ({ ncsa = { spdxId = "NCSA"; - fullName = "University of Illinois/NCSA Open Source License"; + fullName = "University of Illinois/NCSA Open Source License"; + }; + + nlpl = { + spdxId = "NLPL"; + fullName = "No Limit Public License"; }; nposl3 = {