From fddb874f91c21833f0e76fa9fbc43beaf8bcb733 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 11 Aug 2024 15:59:36 +0200 Subject: [PATCH] lib/licenses: remove incorrect comment about mit and x11 Spdx has a diffrent id for both and so do we! --- lib/licenses.nix | 2 -- 1 file changed, 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";