From 54f0dbf4e98a144e2ea63891ea4a1ed56ca3e7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Jos=C3=A9=20Pereira=20Vieito?= Date: Fri, 26 Jul 2024 10:08:59 +0200 Subject: [PATCH] Update Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 653d09c..80edb1e 100644 --- a/Package.swift +++ b/Package.swift @@ -14,8 +14,8 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/pvieito/FoundationKit.git", branch: "master"), - .package(url: "https://github.com/pvieito/PythonKit.git", branch: "master"), + .package(url: "git@github.com:pvieito/FoundationKit.git", branch: "master"), + .package(url: "git@github.com:pvieito/PythonKit.git", branch: "master"), .package(url: "https://github.com/tattn/MoreCodable.git", branch: "master"), ], targets: [