Browse Source

switch back to erlware relx repo

pull/3/head
Tristan Sloughter 10 years ago
parent
commit
8bd6a7088f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -35,7 +35,7 @@
{git, "https://github.com/tsloughter/providers.git", {git, "https://github.com/tsloughter/providers.git",
{branch, "master"}}}, {branch, "master"}}},
{relx, "", {relx, "",
{git, "https://github.com/tsloughter/relx.git",
{git, "https://github.com/erlware/relx.git",
{branch, "master"}}}, {branch, "master"}}},
{getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}. {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {branch, "master"}}}]}.

Loading…
Cancel
Save