diff options
| author | Jack Nagel | 2014-06-04 22:36:30 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-04 22:36:59 -0500 | 
| commit | a87fe8cd3640bb5733295890980ccbae6873c444 (patch) | |
| tree | 03829d47efe896fad9923a7025a352082028298f /Library/Homebrew/tap_migrations.rb | |
| parent | 0357edcf3b50b68362dcf4c79271786b4b9b6f60 (diff) | |
| download | brew-a87fe8cd3640bb5733295890980ccbae6873c444.tar.bz2 | |
Remove tmap
Closes Homebrew/homebrew#29744.
Diffstat (limited to 'Library/Homebrew/tap_migrations.rb')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 4da24c137..040f7d296 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -47,6 +47,7 @@ TAP_MIGRATIONS = {    "storm" => "homebrew/boneyard",    "syslog-ng" => "homebrew/boneyard",    "tetgen" => "homebrew/science", +  "tmap" => "homebrew/boneyard",    "urweb" => "homebrew/boneyard",    "wkhtmltopdf" => "homebrew/boneyard",  }  | 
