diff --git a/Package.resolved b/Package.resolved index 8269c82..4718f1a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -12,7 +12,7 @@ }, { "package": "swift-secp256k1", - "repositoryURL": "https://github.com/GigaBitcoin/secp256k1.swift.git", + "repositoryURL": "https://github.com/21-DOT-DEV/swift-secp256k1", "state": { "branch": null, "revision": "57ce9af6db14e0114af631ace25231a9d0ccccbd", diff --git a/Package.swift b/Package.swift index 8c793f5..a5a22c0 100644 --- a/Package.swift +++ b/Package.swift @@ -18,9 +18,9 @@ let package = Package( dependencies: [ .package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.2.0")), .package( - name: "secp256k1", - url: "https://github.com/GigaBitcoin/secp256k1.swift.git", - .upToNextMajor(from: "0.5.0")), + name: "secp256k1", + url: "https://github.com/21-DOT-DEV/swift-secp256k1", + "0.18.0"..."0.18.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.