From 0d64d6c0d8df272505a0a620c2363d29abbb4b8d Mon Sep 17 00:00:00 2001 From: Zitrone Date: Tue, 25 Jun 2024 11:54:22 +0200 Subject: [PATCH] lib.licenses.purdueBsd: fix typo in fullName and comment --- lib/licenses.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index 92b1b2966ecc..fb7b6c2e837f 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -1097,7 +1097,7 @@ lib.mapAttrs mkLicense ({ }; purdueBsd = { - fullName = " Purdue BSD-Style License"; # also know as lsof license + fullName = "Purdue BSD-Style License"; # also known as lsof license url = "https://enterprise.dejacode.com/licenses/public/purdue-bsd"; };