diff options
| author | Zitrone <general@dev.quantenzitrone.eu> | 2024-06-25 11:51:42 +0200 |
|---|---|---|
| committer | Zitrone <general@dev.quantenzitrone.eu> | 2024-10-02 02:42:54 +0200 |
| commit | 61d3c038d65e80b14d9d8e0f2202203eb8d3d193 (patch) | |
| tree | 97b3eadbb477a758e1676a1615bb76b51c322042 /lib/licenses.nix | |
| parent | Merge: phpExtensions: clean up old libxml compat patches (#345241) (diff) | |
| download | nixpkgs-61d3c038d65e80b14d9d8e0f2202203eb8d3d193.tar.gz | |
lib.licenses.iasl: correct fullName
Diffstat (limited to 'lib/licenses.nix')
| -rw-r--r-- | lib/licenses.nix | 2 |
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"; }; |
