diff --git a/lib/licenses/licenses.nix b/lib/licenses/licenses.nix index 74180367b95a..0d6b24f618e5 100644 --- a/lib/licenses/licenses.nix +++ b/lib/licenses/licenses.nix @@ -1168,6 +1168,11 @@ lib.mapAttrs mkLicense ( fullName = "Nethack General Public License"; }; + ngrep = { + spdxId = "ngrep"; + fullName = "ngrep License"; + }; + nistSoftware = { spdxId = "NIST-Software"; fullName = "NIST Software License";