diff options
| author | Alex Gaynor | 2015-09-23 07:56:08 -0400 |
|---|---|---|
| committer | Dominyk Tiller | 2015-09-24 03:34:41 +0100 |
| commit | 00480edf9df5ab434afdd829ecb5af749b8addff (patch) | |
| tree | 0456713188bf39667c38797a539fa98e962e3233 | |
| parent | 87769ee970c71e757ccc5637f315a93c2e0cb141 (diff) | |
| download | brew-00480edf9df5ab434afdd829ecb5af749b8addff.tar.bz2 | |
docker-compose: renamed from fig
| -rw-r--r-- | Library/Homebrew/formula_renames.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_renames.rb b/Library/Homebrew/formula_renames.rb index 38b35818b..3f1b1a6b1 100644 --- a/Library/Homebrew/formula_renames.rb +++ b/Library/Homebrew/formula_renames.rb @@ -8,5 +8,6 @@ FORMULA_RENAMES = { "libcppa" => "caf", "objective-caml" => "ocaml", "mpich2" => "mpich", - "plt-racket" => "racket" + "plt-racket" => "racket", + "fig" => "docker-compose", } |
