lib.licenses: drop sudo in favor of isc

The license text matches `ISC` and spdx is seems to be in agreement with this https://github.com/spdx/license-list-XML/issues/3010
This commit is contained in:
jopejoe1
2026-08-21 13:17:42 +02:00
parent 682b8ddf36
commit 96e29804b9
2 changed files with 1 additions and 7 deletions

View File

@@ -1481,12 +1481,6 @@ lib.mapAttrs mkLicense (
fullName = "MIT-STK License";
};
sudo = {
shortName = "sudo";
fullName = "Sudo License (ISC-style)";
url = "https://www.sudo.ws/about/license/";
};
sustainableUse = {
spdxId = "SUL-1.0";
fullName = "Sustainable Use License";

View File

@@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
license =
with lib.licenses;
AND [
sudo
isc
bsdAskToEndorse
bsd2
bsd3