aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2009-09-26 02:20:00 +0100
committerMax Howell2009-09-26 02:20:00 +0100
commit6caebd3ecac9f65dba0fc02b4e61ce2b0c9e777a (patch)
tree4389e70a7db9b99fb9a605b2486653fff04d0199 /Library
parent4508f8b1e4c88856d1cbd4022c97bd58766f493e (diff)
downloadhomebrew-6caebd3ecac9f65dba0fc02b4e61ce2b0c9e777a.tar.bz2
Oops. Don't raise for homepages. Silly.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 1a8452c91..ad6794c1e 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -59,7 +59,7 @@ class Formula
validate_variable :version if @version
set_instance_variable 'homepage'
- raise if @homepage.nil?
+# raise if @homepage.nil? # not a good idea while we have eg GitManpages!
CHECKSUM_TYPES.each do |type|
set_instance_variable type