Unverified Commit c2bc3b1c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cargo-features-manager: fix meta.mainProgram and description (#472441)

parents 3b97480c d1150312
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ rustPlatform.buildRustPackage rec {
  cargoHash = "sha256-1/bCyScvWQYeGZRitvksww4uvrzhifRBYcYPgGY2GRo=";

  meta = {
    description = "Command-line tool for managing Architectural Decision Records";
    description = "TUI-like cli tool to manage the features of your rust-projects dependencies";
    homepage = "https://github.com/ToBinio/cargo-features-manager";
    changelog = "https://github.com/ToBinio/cargo-features-manager/blob/v${version}/CHANGELOG.md";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
    mainProgram = "cargo-features-manager";
    mainProgram = "cargo-features";
  };
}