mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
lib.licenses.iasl: correct fullName
This commit is contained in:
parent
06cf0e1da4
commit
61d3c038d6
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user