aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Tate2015-10-07 12:34:05 -0500
committerXu Cheng2015-10-08 14:26:13 +0800
commitfde5b48d837d3161f5f6019269f082efda9b49ec (patch)
tree30745d08c065e813e89567f0b0d5175daa508a6e
parent6b3b398858147a53fec5dc850d29ca531ef8fcc1 (diff)
downloadbrew-fde5b48d837d3161f5f6019269f082efda9b49ec.tar.bz2
autocode: rename from crystal
Closes Homebrew/homebrew#44417. Signed-off-by: Xu Cheng <xucheng@me.com>
-rw-r--r--Library/Homebrew/formula_renames.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_renames.rb b/Library/Homebrew/formula_renames.rb
index 1ae3befd1..9d95635e5 100644
--- a/Library/Homebrew/formula_renames.rb
+++ b/Library/Homebrew/formula_renames.rb
@@ -11,4 +11,5 @@ FORMULA_RENAMES = {
"plt-racket" => "racket",
"fig" => "docker-compose",
"polarssl" => "mbedtls",
+ "crystal" => "autocode",
}