Skip to content

Commit 0793177

Browse files
committed
sudo-rs: add myself as maintainer
1 parent e31d882 commit 0793177

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/su/sudo-rs/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ rustPlatform.buildRustPackage rec {
8787
asl20
8888
mit
8989
];
90-
maintainers = with maintainers; [ nicoo ];
90+
maintainers = with maintainers; [
91+
nicoo
92+
rvdp
93+
];
9194
mainProgram = "sudo";
9295
platforms = platforms.linux;
9396
};

0 commit comments

Comments
 (0)