From 51f387a4a2cb4d7c910d26c777d1dcea7ecf1b31 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 3 Jul 2014 21:43:19 +0100 Subject: [PATCH] hllib: migrate to homebrew/boneyard. Closes Homebrew/homebrew#30631. --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 5fc1f7c6aa..1563c20c32 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -21,6 +21,7 @@ TAP_MIGRATIONS = { "dsniff" => "homebrew/boneyard", "grads" => "homebrew/binary", "gromacs" => "homebrew/science", + "hllib" => "homebrew/boneyard", "hugs98" => "homebrew/boneyard", "hwloc" => "homebrew/science", "ipopt" => "homebrew/science",