Unverified Commit 61d3c038 authored by quantenzitrone's avatar quantenzitrone
Browse files

lib.licenses.iasl: correct fullName

parent 06cf0e1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };