mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
sudo: add bsdAskToEndorse to license and use compound license
This commit is contained in:
@@ -106,12 +106,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://www.sudo.ws/";
|
||||
# From https://www.sudo.ws/about/license/
|
||||
license = with lib.licenses; [
|
||||
sudo
|
||||
bsd2
|
||||
bsd3
|
||||
zlib
|
||||
];
|
||||
license =
|
||||
with lib.licenses;
|
||||
AND [
|
||||
sudo
|
||||
bsdAskToEndorse
|
||||
bsd2
|
||||
bsd3
|
||||
zlib
|
||||
];
|
||||
maintainers = with lib.maintainers; [ rhendric ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.freebsd ++ lib.platforms.openbsd;
|
||||
mainProgram = "sudo";
|
||||
|
||||
Reference in New Issue
Block a user