aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/jsl.rb11
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 11 deletions
diff --git a/Library/Formula/jsl.rb b/Library/Formula/jsl.rb
deleted file mode 100644
index f80cdcb2f..000000000
--- a/Library/Formula/jsl.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require 'formula'
-
-class Jsl < Formula
- homepage 'http://www.javascriptlint.com/'
- url 'http://www.javascriptlint.com/download/jsl-0.3.0-mac.tar.gz'
- sha1 'a6dd106a05ee81130a27a49d29233afeb8796ab0'
-
- def install
- bin.install 'jsl'
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 9235726b1..51646b5c5 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -15,4 +15,5 @@ TAP_MIGRATIONS = {
'cmucl' => 'homebrew/binary',
'lmutil' => 'homebrew/binary',
'jscoverage' => 'homebrew/boneyard',
+ 'jsl' => 'homebrew/binary',
}