aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/willgit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/willgit.rb')
-rw-r--r--Library/Formula/willgit.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/willgit.rb b/Library/Formula/willgit.rb
deleted file mode 100644
index e42c566e1..000000000
--- a/Library/Formula/willgit.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'formula'
-
-class Willgit < Formula
- homepage 'http://git-wt-commit.rubyforge.org/'
- head 'git://gitorious.org/willgit/mainline.git'
-
- def install
- prefix.install 'bin'
- end
-end