Unverified Commit c351ae96 authored by Noa Aarts's avatar Noa Aarts
Browse files

cargo-sweep: format using nixfmt

parent f0668b48
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
{ lib, rustPlatform, fetchFromGitHub }:
{
  lib,
  rustPlatform,
  fetchFromGitHub,
}:

rustPlatform.buildRustPackage rec {
  pname = "cargo-sweep";
@@ -25,6 +29,9 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "cargo-sweep";
    homepage = "https://github.com/holmgr/cargo-sweep";
    license = licenses.mit;
    maintainers = with maintainers; [ xrelkd matthiasbeyer ];
    maintainers = with maintainers; [
      xrelkd
      matthiasbeyer
    ];
  };
}