Skip to content

Commit 9ff8af7

Browse files
authored
Merge pull request #246730 from rami3l/patch-1
rustup: rename `HEAD` branch to `main`
2 parents 69c4547 + 4deb7ed commit 9ff8af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/r/rustup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Rustup < Formula
44
url "https://github.com/rust-lang/rustup/archive/refs/tags/1.28.2.tar.gz"
55
sha256 "5987dcb828068a4a5e29ba99ab26f2983ac0c6e2e4dc3e5b3a3c0fafb69abbc0"
66
license any_of: ["Apache-2.0", "MIT"]
7-
head "https://github.com/rust-lang/rustup.git", branch: "master"
7+
head "https://github.com/rust-lang/rustup.git", branch: "main"
88

99
bottle do
1010
sha256 cellar: :any_skip_relocation, arm64_tahoe: "64f4ef0c6a93f3f1261e7a83e5e1de535af07109777de50e699d7bc76c5e8e7c"

0 commit comments

Comments
 (0)