aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-02 16:29:49 -0600
committerJack Nagel2014-03-02 16:30:43 -0600
commitfb041f342734eb5672bc377bcd520c5c27892f26 (patch)
tree709183fc57978ac4a721ed11587e19ded9cf226b
parentb149b464cab9a5d45ce2816bd39e95a1e8e4e606 (diff)
downloadhomebrew-fb041f342734eb5672bc377bcd520c5c27892f26.tar.bz2
myrepos: update homepage and URL
Closes #27037.
-rw-r--r--Library/Formula/mr.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mr.rb b/Library/Formula/mr.rb
index c0c065399..bb9f0745e 100644
--- a/Library/Formula/mr.rb
+++ b/Library/Formula/mr.rb
@@ -1,8 +1,8 @@
require 'formula'
class Mr < Formula
- homepage 'http://kitenet.net/~joey/code/mr/'
- url 'http://git.kitenet.net/git/mr.git', :tag => '1.20130826'
+ homepage 'http://myrepos.branchable.com/'
+ url 'git://myrepos.branchable.com/', :tag => '1.20130826'
def install
system "make"