Skip to content

Commit

Permalink
mr: use http url for git repository
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#20736.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
immerzeel authored and jacknagel committed Jun 24, 2013
1 parent 543f022 commit 9e37aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/mr.rb
Expand Up @@ -2,7 +2,7 @@

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
Expand Down

0 comments on commit 9e37aa3

Please sign in to comment.