Merge pull request #324651 from rhendric/rhendric/adopt-sudo

This commit is contained in:
Franz Pletz
2024-07-05 01:20:56 +02:00
committed by GitHub
+1 -1
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";
};