Unverified Commit 467bb5ba authored by Olli Helenius's avatar Olli Helenius
Browse files

ravedude: add liff as a maintainer

parent 276846c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}