diff --git a/Package.resolved b/Package.resolved index 43c5dd0..1d0d4f0 100644 --- a/Package.resolved +++ b/Package.resolved @@ -30,7 +30,7 @@ { "identity" : "swift-bls-signatures", "kind" : "remoteSourceControl", - "location" : "git@github.com:keyspacewallet/swift-bls-signatures.git", + "location" : "https://github.com/keyspaceapp/swift-bls-signatures", "state" : { "revision" : "e107b5caca1ee4c06591b9db512bd2c5357b94b6", "version" : "0.0.3" diff --git a/Package.swift b/Package.swift index 2661ee5..c4b0f0b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/dankogai/swift-bignum", from: "5.2.5"), .package(url: "https://github.com/jverkoey/BinaryCodable", from: "0.3.1"), - .package(url: "git@github.com:keyspacewallet/swift-bls-signatures.git", from: "0.0.3") + .package(url: "https://github.com/keyspaceapp/swift-bls-signatures", from: "0.0.3") ], targets: [ .target(