lib/licenses: remove incorrect comment about mit and x11

Spdx has a diffrent id for both and so do we!
This commit is contained in:
jopejoe1 2024-08-11 15:59:36 +02:00
parent 67327ada9b
commit fddb874f91

View File

@ -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";