diesel-cli-ext: fix mainProgram name

This commit is contained in:
siph 2023-10-23 13:00:55 -06:00
parent 0013e65cc0
commit efb11caae5

View File

@ -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 ];
};
}