From a173a643bae1cbe8e17cd96c625d0983771b929f Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:35:00 +0200 Subject: [PATCH] fix: dependency urls --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 99518750..bd45ccb9 100644 --- a/Package.swift +++ b/Package.swift @@ -11,10 +11,10 @@ let package = Package( targets: ["TorusUtils"]) ], dependencies: [ - .package(name:"secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift.git", from: "0.12.2"), - .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift.git", from: "5.0.0"), + .package(name:"secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", from: "0.12.2"), + .package(name:"FetchNodeDetails", url: "https://github.com/torusresearch/fetch-node-details-swift", from: "5.0.0"), .package(name:"CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git",from: "1.5.1"), - .package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"), + .package(name:"jwt-kit", url: "https://github.com/vapor/jwt-kit", from: "4.0.0"), .package( name:"AnyCodable", url: "https://github.com/Flight-School/AnyCodable",