diff options
| author | Mike McQuaid | 2015-04-16 17:16:27 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-16 17:16:27 -0700 | 
| commit | 031e9b822177793ced264af6e3d4aa494af53e67 (patch) | |
| tree | 342743f154fa5ec0e0fbcc1d5368ad01caf28179 /Library/Homebrew/tap_migrations.rb | |
| parent | 5f7d66a768f9736a7c8436a855400e8dfe288d19 (diff) | |
| download | homebrew-031e9b822177793ced264af6e3d4aa494af53e67.tar.bz2 | |
tap_migrations: migrate pebble-sdk.
Closes #35128.
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 2679eb9ee..5455db211 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -126,6 +126,7 @@ TAP_MIGRATIONS = {    "pcb" => "homebrew/x11",    "pdf2image" => "homebrew/x11",    "pdf2svg" => "homebrew/x11", +  "pebble-sdk" => "pebble/pebble-sdk",    "pgplot" => "homebrew/x11",    "pixie" => "homebrew/x11",    "pjsip" => "homebrew/boneyard", | 
