Unverified Commit 335d1b25 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #263007 from siph/diesel-cli-ext

diesel-cli-ext: fix package name
parents e68d5776 efb11caa
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 ];
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -5043,8 +5043,6 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) Security;
  };
  diesel-cli-ext = callPackage ../development/tools/diesel-cli-ext { };
  refinery-cli = callPackage ../development/tools/refinery-cli { };
  digitemp = callPackage ../tools/misc/digitemp { };