Skip to content

Commit

Permalink
Replace git: by http: protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 23, 2014
1 parent b3a895f commit 7e9f0fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[submodule "elisp/auto-complete"]
path = elisp/auto-complete
url = git://github.com/tjarvstrand/auto-complete.git
url = http://github.com/tjarvstrand/auto-complete.git
[submodule "elisp/auto-highlight-symbol-mode"]
path = elisp/auto-highlight-symbol-mode
url = git://github.com/tjarvstrand/auto-highlight-symbol-mode.git
url = http://github.com/tjarvstrand/auto-highlight-symbol-mode.git
[submodule "elisp/popup-el"]
path = elisp/popup-el
url = git://github.com/tjarvstrand/popup-el.git
url = http://github.com/tjarvstrand/popup-el.git
[submodule "elisp/eproject"]
path = elisp/eproject
url = git://github.com/jrockway/eproject.git
url = http://github.com/jrockway/eproject.git
[submodule "elisp/path-util"]
path = elisp/path-util
url = git://github.com/tjarvstrand/path-util.git
url = http://github.com/tjarvstrand/path-util.git
[submodule "elisp/pos-tip"]
path = elisp/pos-tip
url = git://github.com/tjarvstrand/pos-tip.git
url = http://github.com/tjarvstrand/pos-tip.git
8 changes: 4 additions & 4 deletions lib/edts/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
{deps_dir, [".."]}.
{erl_opts, [debug_info, {parse_transform, lager_transform}]}.

{deps, [ {webmachine, ".*", {git, "git://github.com/basho/webmachine.git", {tag, "1.10.3"}}}
, {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.7.2"}}}
, {lager, ".*", {git, "git://github.com/basho/lager", {tag, "1.2.0"}}}
, {tulib, ".*", {git, "git://github.com/tjarvstrand/tulib", {branch, "edts"}}}
{deps, [ {webmachine, ".*", {git, "http://github.com/basho/webmachine.git", {tag, "1.10.3"}}}
, {meck, ".*", {git, "http://github.com/eproxus/meck", {tag, "0.7.2"}}}
, {lager, ".*", {git, "http://github.com/basho/lager", {tag, "1.2.0"}}}
, {tulib, ".*", {git, "http://github.com/tjarvstrand/tulib", {branch, "edts"}}}
]}.

{cover_enabled, true}.
Expand Down

0 comments on commit 7e9f0fd

Please sign in to comment.