aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPascal Immerzeel2013-06-24 09:46:25 +0200
committerJack Nagel2013-06-24 09:11:34 -0500
commit5eb16055d2b4ab15d55cb94ceba14a89defa87cd (patch)
tree14af14719087935e9cf7bb8e61c73f3d2f5942b2 /Library/Formula
parent66bb429be79a6b5ff07e1477005566ce43b9daac (diff)
downloadhomebrew-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.rb2
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