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

This commit is contained in:
Zitrone 2024-06-25 11:54:22 +02:00
parent 257993f3f4
commit 0d64d6c0d8
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22

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";
};