Unverified Commit 07931771 authored by r-vdp's avatar r-vdp
Browse files

sudo-rs: add myself as maintainer

parent e31d882b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -87,7 +87,10 @@ rustPlatform.buildRustPackage rec {
      asl20
      mit
    ];
    maintainers = with maintainers; [ nicoo ];
    maintainers = with maintainers; [
      nicoo
      rvdp
    ];
    mainProgram = "sudo";
    platforms = platforms.linux;
  };