From ad5ee6a3f120ce6daddab80e2ac4a776bbd7e40a Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 11 Mar 2016 15:19:04 +0000 Subject: [PATCH] asm6: boneyard The upstream URL/Homepage have been 404 for a while now and there's no credible alternative homepage/download. We're using the wayback machine but essentially if this breaks we're left as the sole supporter of the project and we don't want to be in that position as a package manager. Closes Homebrew/homebrew#47168. Closes Homebrew/homebrew#50021. Signed-off-by: Dominyk Tiller --- 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 261c1df55d..1ab394111f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -7,6 +7,7 @@ TAP_MIGRATIONS = { "appswitch" => "homebrew/binary", "archivemount" => "homebrew/fuse", "arpon" => "homebrew/boneyard", + "asm6" => "homebrew/boneyard", "atari++" => "homebrew/x11", "auctex" => "homebrew/tex", "authexec" => "homebrew/boneyard",