Unverified Commit 5efefce4 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

cargo-binstall: adopt (#459839)

parents 49aa1c4e 7446242d
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 ];
  };
}