|
1 | 1 | {erl_opts, [warnings_as_errors]}. |
2 | 2 |
|
3 | 3 | {deps, [ |
4 | | - {cowboy, {git, "git@github.com:ninenines/cowboy.git", {branch, "master"}}}, |
| 4 | + {cowboy, {git, "https://github.com/ninenines/cowboy.git", {branch, "master"}}}, |
5 | 5 | {ebus, "0.3.0", {pkg, erlbus}}, |
6 | | - {njson, {git, "git@github.com:nomasystems/njson.git", {branch, "main"}}}, |
7 | | - {nuid, {git, "git@github.com:nomasystems/nuid.git", {branch, "main"}}} |
| 6 | + {njson, {git, "https://github.com/nomasystems/njson.git", {branch, "main"}}}, |
| 7 | + {nuid, {git, "https://github.com/nomasystems/nuid.git", {branch, "main"}}} |
8 | 8 | ]}. |
9 | 9 |
|
10 | 10 | {project_plugins, [ |
11 | | - {erlfmt, {git, "git@github.com:WhatsApp/erlfmt.git", {branch, "main"}}}, |
12 | | - {gradualizer, {git, "git@github.com:josefs/Gradualizer.git", {branch, "master"}}} |
| 11 | + {erlfmt, {git, "https://github.com/WhatsApp/erlfmt.git", {branch, "main"}}}, |
| 12 | + {gradualizer, {git, "https://github.com/josefs/Gradualizer.git", {branch, "master"}}} |
13 | 13 | ]}. |
14 | 14 | {erlfmt, [write]}. |
15 | 15 |
|
|
29 | 29 | {profiles, [ |
30 | 30 | {test, [ |
31 | 31 | {deps, [ |
32 | | - {gun, {git, "git@github.com:ninenines/gun.git", {branch, "master"}}}, |
33 | | - {nct_util, {git, "git@github.com:nomasystems/nct_util.git", {branch, "main"}}} |
| 32 | + {gun, {git, "https://github.com/ninenines/gun.git", {branch, "master"}}}, |
| 33 | + {nct_util, {git, "https://github.com/nomasystems/nct_util.git", {branch, "main"}}} |
34 | 34 | ]} |
35 | 35 | ]} |
36 | 36 | ]}. |
|
0 commit comments