From 2295c1cc8a093404f6aaca6696baeee6d3b4ec2c Mon Sep 17 00:00:00 2001 From: Jack Nagel <jacknagel@gmail.com> Date: Tue, 20 May 2014 11:46:54 -0500 Subject: [PATCH] Alphabetize tap migrations --- Library/Homebrew/tap_migrations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 97cbcf970b..52f1a4ef05 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -39,8 +39,8 @@ TAP_MIGRATIONS = { "pocl" => "homebrew/science", "qfits" => "homebrew/boneyard", "qrupdate" => "homebrew/science", - "slicot" => "homebrew/science", "shark" => "homebrew/boneyard", + "slicot" => "homebrew/science", "solfege" => "homebrew/boneyard", "storm" => "homebrew/boneyard", "syslog-ng" => "homebrew/boneyard", -- GitLab