Skip to content

Commit

Permalink
Merge pull request #35 from team-alembic/fix-dep
Browse files Browse the repository at this point in the history
Use HTTPS instead of `git://` protocol
  • Loading branch information
dkataskin authored Jan 11, 2022
2 parents cd602d4 + a5d3d84 commit 297c123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{deps, [
{jsx, ".*", {git, "git://github.com/talentdeficit/jsx.git", "main"}}
{jsx, ".*", {git, "https://github.com/talentdeficit/jsx.git", "main"}}
]}.
{eunit_opts, [verbose]}.
{cover_enabled, true}.
{cover_enabled, true}.

0 comments on commit 297c123

Please sign in to comment.