diff options
| author | Colin Dean | 2014-08-17 19:33:48 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-08-17 23:44:43 -0500 |
| commit | b5bbe2352b9b8f9aa1614190649dadb2dac856ee (patch) | |
| tree | d1d53ad4b1b483b8bccdaeb3c97e69a9fcdc19ee /Library/Formula/rust.rb | |
| parent | b4e27506a8c847b223a53f0013bc9f14e6fe80a4 (diff) | |
| download | homebrew-b5bbe2352b9b8f9aa1614190649dadb2dac856ee.tar.bz2 | |
rust: move HEAD to rust-lang
Primarily avoids redirect from mozilla to rust-lang post-migration.
The package must come from rust-lang, because the github release does not
contain all of the submodules.
Closes #31668.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/rust.rb')
| -rw-r--r-- | Library/Formula/rust.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 3999786a0..e3c9c6f05 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -5,7 +5,7 @@ class Rust < Formula url 'https://static.rust-lang.org/dist/rust-0.11.0.tar.gz' sha1 'f849e16e03b474143c575503ae82da7577a2170f' - head 'https://github.com/mozilla/rust.git' + head 'https://github.com/rust-lang/rust.git' bottle do sha1 "80cb5b7ab75da8fdab98f56441a69a2a3e575595" => :mavericks |
