aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorMax Howell2009-06-05 23:39:56 +0100
committerMax Howell2009-06-05 23:39:56 +0100
commit02878497790a072df8b65647c2025155c9ea8660 (patch)
treebb6f2d32e2b9249a643d00dd03e2b16f9949041f /Library/Formula/git.rb
parentf8813207aa3a76e680f2ce6866eb2322578999a5 (diff)
downloadhomebrew-02878497790a072df8b65647c2025155c9ea8660.tar.bz2
Refactor class heirarchy
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 56cf84e95..fd82b0512 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,6 +1,6 @@
require 'brewkit'
-class GitManuals <Formula
+class GitManuals <UnidentifiedFormula
@url='http://kernel.org/pub/software/scm/git/git-manpages-1.6.3.1.tar.bz2'
@md5='971d573e8f261feb83290a59728c2b33'
end