aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 4ea06a610..6f71ac30b 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -99,8 +99,8 @@ class FormulaCreator
require 'formula'
class #{Formula.class_s name} < Formula
- url '#{url}'
homepage ''
+ url '#{url}'
md5 '#{md5}'
<% if mode == :cmake %>