about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-11-25 10:27:47 +0100
committerPierre Bourdon <delroth@gmail.com>2023-12-02 09:45:08 +0100
commit5b7ae3565de3cf15882c1304d0dd0771004382c8 (patch)
tree6d740b517a76b23dac03b7cf4b24e70d4197763b /lib
parent702c081780f31ad7792d97aa32c4593601dfb6f2 (diff)
downloadnixlib-5b7ae3565de3cf15882c1304d0dd0771004382c8.tar
nixlib-5b7ae3565de3cf15882c1304d0dd0771004382c8.tar.gz
nixlib-5b7ae3565de3cf15882c1304d0dd0771004382c8.tar.bz2
nixlib-5b7ae3565de3cf15882c1304d0dd0771004382c8.tar.lz
nixlib-5b7ae3565de3cf15882c1304d0dd0771004382c8.tar.xz
nixlib-5b7ae3565de3cf15882c1304d0dd0771004382c8.tar.zst
nixlib-5b7ae3565de3cf15882c1304d0dd0771004382c8.zip
sudo: fix meta license information (#269788)
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 3bce847b03c4..baf92007123d 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";