sudo: add rhendric as maintainer

This commit is contained in:
Ryan Hendrickson 2024-07-04 15:39:24 -04:00
parent 290062cacf
commit 5b0ceb828e

View File

@ -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";
};