From a9b1bd331ad05f34c0712b9e8e680588c46f5bf9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 6 Feb 2015 08:14:27 +0000 Subject: [PATCH] hello: use https homepage. --- Formula/hello.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/hello.rb b/Formula/hello.rb index e58d0ebe51..010fb7b18c 100644 --- a/Formula/hello.rb +++ b/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"