mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
sudo: add rhendric as maintainer
This commit is contained in:
parent
290062cacf
commit
5b0ceb828e
@ -85,7 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.sudo.ws/";
|
||||
# From https://www.sudo.ws/about/license/
|
||||
license = with licenses; [ sudo bsd2 bsd3 zlib ];
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ rhendric ];
|
||||
platforms = platforms.linux ++ platforms.freebsd;
|
||||
mainProgram = "sudo";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user