Redact migreazy

There are stable versions of this now, but the current formula (head-only)
no longer installs correctly.
master
Adam Vandenberg 2012-01-25 18:16:13 -08:00
parent 77c71da4cf
commit ae8de6821b
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
require 'formula'
class Migreazy < Formula
head 'https://github.com/fhwang/migreazy.git'
homepage 'https://github.com/fhwang/migreazy'
def install
mv 'MIT-LICENSE', 'LICENSE'
bin.install 'bin/migreazy'
end
end