From 5b7ae3565de3cf15882c1304d0dd0771004382c8 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sat, 25 Nov 2023 10:27:47 +0100 Subject: sudo: fix meta license information (#269788) --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index 3bce847b03c4f..baf92007123d8 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -1068,6 +1068,12 @@ in mkLicense lset) ({ url = "https://github.com/thestk/stk/blob/master/LICENSE"; }; + sudo = { + shortName = "sudo"; + fullName = "Sudo License (ISC-style)"; + url = "https://www.sudo.ws/about/license/"; + }; + sustainableUse = { shortName = "sustainable"; fullName = "Sustainable Use License"; -- cgit 1.4.1