diff options
| author | Viktor Szakáts | 2015-04-01 01:47:58 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-01 08:29:12 +0100 |
| commit | d7f265358489efa5df42c3b81877e2a7452c6501 (patch) | |
| tree | 7b699c1ae3da938b8ca455a2cfeb9026881e4a7d | |
| parent | 161535c5940e517983f5e7449fa5607ca257b07d (diff) | |
| download | homebrew-d7f265358489efa5df42c3b81877e2a7452c6501.tar.bz2 | |
easy-git: use https url
Closes #38249.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/easy-git.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/easy-git.rb b/Library/Formula/easy-git.rb index f85ea6dc5..0f108d974 100644 --- a/Library/Formula/easy-git.rb +++ b/Library/Formula/easy-git.rb @@ -1,7 +1,7 @@ require 'formula' class EasyGit < Formula - homepage 'http://people.gnome.org/~newren/eg/' + homepage 'https://people.gnome.org/~newren/eg/' url 'https://people.gnome.org/~newren/eg/download/1.7.5.2/eg' version '1.7.5.2' sha1 'c59a10affaae79bddbbe1de743d85d7771575905' |
