diff options
| author | Zitrone <general@dev.quantenzitrone.eu> | 2024-06-25 11:53:23 +0200 |
|---|---|---|
| committer | Zitrone <general@dev.quantenzitrone.eu> | 2024-10-02 02:42:54 +0200 |
| commit | 257993f3f487b69a9aeff8870bb63c0359481c45 (patch) | |
| tree | aa446f225cb5fd64c9e2907a36d9b7a1a014c85d /lib/licenses.nix | |
| parent | lib.licenses.iasl: correct fullName (diff) | |
| download | nixpkgs-257993f3f487b69a9aeff8870bb63c0359481c45.tar.gz | |
lib/licenses.nix: remove outdated comment
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 ae8c924ca2dd..92b1b2966ecc 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -889,7 +889,7 @@ lib.mapAttrs mkLicense ({ spdxId = "MIT"; fullName = "MIT License"; }; - # https://spdx.org/licenses/MIT-feh.html + mit-feh = { spdxId = "MIT-feh"; fullName = "feh License"; |
