Unverified Commit 7446242d authored by Michael Daniels's avatar Michael Daniels
Browse files

cargo-binstall: adopt

parent a7808b41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,6 +68,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/cargo-bins/cargo-binstall";
    changelog = "https://github.com/cargo-bins/cargo-binstall/releases/tag/v${version}";
    license = lib.licenses.gpl3Only;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ mdaniels5757 ];
  };
}