lib.licenses.purdueBsd: fix typo in fullName and comment

This commit is contained in:
Zitrone
2024-10-02 02:42:54 +02:00
parent 257993f3f4
commit 0d64d6c0d8
+1 -1
View File
@@ -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";
};