Switch to HTTPS links for the package deps

This commit is contained in:
Milen Dzhumerov 2017-08-21 20:06:42 +01:00
parent 1108317405
commit aced89572b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{
"package": "Commander",
"reason": null,
"repositoryURL": "git@github.com:kylef/Commander.git",
"repositoryURL": "https://github.com/kylef/Commander.git",
"version": "0.6.0"
},
{

View File

@ -39,7 +39,7 @@ let package = Package(
],
dependencies: [
.Package(
url: "git@github.com:kylef/Commander.git",
url: "https://github.com/kylef/Commander.git",
"0.6.0"
),
],