summaryrefslogtreecommitdiff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorZitrone <general@dev.quantenzitrone.eu>2024-06-25 11:51:42 +0200
committerZitrone <general@dev.quantenzitrone.eu>2024-10-02 02:42:54 +0200
commit61d3c038d65e80b14d9d8e0f2202203eb8d3d193 (patch)
tree97b3eadbb477a758e1676a1615bb76b51c322042 /lib/licenses.nix
parentMerge: phpExtensions: clean up old libxml compat patches (#345241) (diff)
downloadnixpkgs-61d3c038d65e80b14d9d8e0f2202203eb8d3d193.tar.gz
lib.licenses.iasl: correct fullName
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix2
1 files changed, 1 insertions, 1 deletions
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";
};