diff options
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 3f9bdccbb..5e9b8e083 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -5,5 +5,5 @@ TAP_MIGRATIONS = { 'ipopt' => 'homebrew/science', 'qfits' => 'homebrew/boneyard', 'blackbox' => 'homebrew/boneyard', - 'libgtextutils' -> 'homebrew/science', + 'libgtextutils' => 'homebrew/science', } |
