Commit efb11caa authored by siph's avatar siph
Browse files

diesel-cli-ext: fix mainProgram name

parent 0013e65c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec {
    description = "Provides different tools for projects using the diesel_cli";
    homepage = "https://crates.io/crates/diesel_cli_ext";
    license = with licenses; [ asl20 mit ];
    mainProgram = "diesel_ext";
    maintainers = with maintainers; [ siph ];
  };
}