Skip to content

Commit

Permalink
ravedude: add liff as a maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
liff authored and vinylen committed Oct 17, 2024
1 parent 445dbde commit d8a6844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/ravedude/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://crates.io/crates/ravedude";
license = with licenses; [ mit /* or */ asl20 ];
platforms = platforms.linux;
maintainers = with maintainers; [ rvarago ];
maintainers = with maintainers; [ rvarago liff ];
mainProgram = "ravedude";
};
}

0 comments on commit d8a6844

Please sign in to comment.