diff options
| author | Adam Vandenberg | 2014-05-05 20:41:57 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-05 20:41:57 -0700 | 
| commit | e2bd397ba50a44ec44956c235212f991fe48350c (patch) | |
| tree | dfbf9890cb13cbd46d9d4904927e454a530a3035 /Library/Homebrew/tap_migrations.rb | |
| parent | 1578c8f2e2b0478d96f550d97b1bf95a3445b3ef (diff) | |
| download | homebrew-e2bd397ba50a44ec44956c235212f991fe48350c.tar.bz2 | |
Move kismet to the boneyard.
The APIs used by the software are no longer available in OS X 10.9.
Closes #25036.
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 fc47430d1..53446fd8f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -19,6 +19,7 @@ TAP_MIGRATIONS = {    "jscoverage" => "homebrew/boneyard",    "jsl" => "homebrew/binary",    "kerl" => "homebrew/headonly", +  "kismet" => "homebrew/boneyard",    "libgtextutils" => "homebrew/science",    "librets" => "homebrew/boneyard",    "lmutil" => "homebrew/binary",  | 
