lib.licenses.iasl: correct fullName

This commit is contained in:
Zitrone 2024-06-25 11:51:42 +02:00
parent 06cf0e1da4
commit 61d3c038d6
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22

View File

@ -670,7 +670,7 @@ lib.mapAttrs mkLicense ({
# Intel's license, seems free
iasl = {
spdxId = "Intel-ACPI";
fullName = "iASL";
fullName = "Intel ACPI Software License Agreement";
url = "https://old.calculate-linux.org/packages/licenses/iASL";
};