mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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";
|
||||
|
||||
@@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license =
|
||||
with lib.licenses;
|
||||
AND [
|
||||
sudo
|
||||
isc
|
||||
bsdAskToEndorse
|
||||
bsd2
|
||||
bsd3
|
||||
|
||||
Reference in New Issue
Block a user