diff options
| author | Pascal Immerzeel | 2013-06-24 09:46:25 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-06-24 09:11:34 -0500 |
| commit | 5eb16055d2b4ab15d55cb94ceba14a89defa87cd (patch) | |
| tree | 14af14719087935e9cf7bb8e61c73f3d2f5942b2 /Library/Formula | |
| parent | 66bb429be79a6b5ff07e1477005566ce43b9daac (diff) | |
| download | homebrew-5eb16055d2b4ab15d55cb94ceba14a89defa87cd.tar.bz2 | |
mr: use http url for git repository
Closes #20736.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mr.rb b/Library/Formula/mr.rb index 8d6b051b6..5b0a12ffb 100644 --- a/Library/Formula/mr.rb +++ b/Library/Formula/mr.rb @@ -2,7 +2,7 @@ require 'formula' class Mr < Formula homepage 'http://kitenet.net/~joey/code/mr/' - url 'git://git.kitenet.net/mr', :tag => '1.15' + url 'http://git.kitenet.net/git/mr.git', :tag => '1.15' version '1.15' def install |
