aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-hg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-hg.rb')
-rw-r--r--Library/Formula/git-hg.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/git-hg.rb b/Library/Formula/git-hg.rb
index 2064e0ecd..a8634fa79 100644
--- a/Library/Formula/git-hg.rb
+++ b/Library/Formula/git-hg.rb
@@ -1,11 +1,10 @@
require 'formula'
class GitHg < Formula
- head 'git://github.com/offbytwo/git-hg.git'
+ head 'https://github.com/offbytwo/git-hg.git'
homepage 'http://offbytwo.com/git-hg/'
def install
- # Install all
prefix.install Dir['*']
end
end