aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hello.rb
diff options
context:
space:
mode:
authorMike McQuaid2015-02-06 08:14:27 +0000
committerMike McQuaid2015-02-06 08:14:27 +0000
commit5a394805858543805045a0d1bfe1394de4cbf43a (patch)
tree2975ab27e39f0a33e5c6434dca5e51c946df9cc2 /Library/Formula/hello.rb
parent2531b132d45f429f523b4a707a49d5b137508550 (diff)
downloadhomebrew-5a394805858543805045a0d1bfe1394de4cbf43a.tar.bz2
hello: use https homepage.
Diffstat (limited to 'Library/Formula/hello.rb')
-rw-r--r--Library/Formula/hello.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hello.rb b/Library/Formula/hello.rb
index e58d0ebe5..010fb7b18 100644
--- a/Library/Formula/hello.rb
+++ b/Library/Formula/hello.rb
@@ -1,7 +1,7 @@
require "formula"
class Hello < Formula
- homepage "http://www.gnu.org/software/hello/"
+ homepage "https://www.gnu.org/software/hello/"
url "http://ftpmirror.gnu.org/hello/hello-2.10.tar.gz"
sha1 "f7bebf6f9c62a2295e889f66e05ce9bfaed9ace3"