From 7757c50b02af48e093323113ab08ef6702b0ef03 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 11 Jul 2026 11:14:53 +0200 Subject: [PATCH] lib.licenses: add ngrep --- lib/licenses/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";