From 0ac468c0fc308344b2a7854f309b6bded2ff25a8 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 c79617be2..6be2bc654 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";