Skip to content

Commit 374639e

Browse files
authored
Depedencies over HTTPS vs SSH (#2457)
1 parent f9f2210 commit 374639e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ options:
2424

2525
packages:
2626
Fingertips:
27-
url: git@github.com:mapbox/Fingertips.git
27+
url: https://github.com/mapbox/Fingertips.git
2828
from: 0.6.0
2929
Hammer:
30-
url: git@github.com:lyft/Hammer.git
30+
url: https://github.com/lyft/Hammer.git
3131
from: 0.14.3
3232

3333
targets:

xcodegen/Examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include:
44
- targets.yml
55
packages:
66
Fingertips:
7-
url: git@github.com:mapbox/Fingertips.git
7+
url: https://github.com/mapbox/Fingertips.git
88
from: 0.6.0
99
targets:
1010
Examples:

0 commit comments

Comments
 (0)