From 61d3c038d65e80b14d9d8e0f2202203eb8d3d193 Mon Sep 17 00:00:00 2001 From: Zitrone Date: Tue, 25 Jun 2024 11:51:42 +0200 Subject: [PATCH] lib.licenses.iasl: correct fullName --- lib/licenses.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/licenses.nix b/lib/licenses.nix index b1da1541c21d..ae8c924ca2dd 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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"; };