diff options
author | jopejoe1 | 2024-08-11 15:59:36 +0200 |
---|---|---|
committer | jopejoe1 | 2024-08-11 17:44:59 +0200 |
commit | fddb874f91c21833f0e76fa9fbc43beaf8bcb733 (patch) | |
tree | 4c55832d82ed01858e019945b00ecedf71830524 /lib | |
parent | 67327ada9b39b906d1c712102ab36e23f83d5e8c (diff) |
lib/licenses: remove incorrect comment about mit and x11
Spdx has a diffrent id for both and so do we!
Diffstat (limited to 'lib')
-rw-r--r-- | lib/licenses.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index c79617be2166..6be2bc654ae2 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -862,8 +862,6 @@ lib.mapAttrs mkLicense ({ url = "https://opensource.org/licenses/MirOS"; }; - # spdx.org does not (yet) differentiate between the X11 and Expat versions - # for details see https://en.wikipedia.org/wiki/MIT_License#Various_versions mit = { spdxId = "MIT"; fullName = "MIT License"; |