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
commit3971a5666c77b1c87f58968f07ef8843ee1e9c84 (patch)
tree7249cc248ad51216c516b798b415ffe9c9a18129 /Library
parentb7bf860a48d553cbd0442b8e6cb89c2c7b4218f6 (diff)
downloadbrew-3971a5666c77b1c87f58968f07ef8843ee1e9c84.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