@@ -15,7 +15,7 @@ let package = Package(
1515 dependencies: [
1616 . package ( url: " https://github.com/attaswift/BigInt " , from: " 5.7.0 " ) ,
1717 . package ( url: " https://github.com/iwill/generic-json-swift " , . upToNextMajor( from: " 2.0.2 " ) ) ,
18- . package ( url: " https://github.com/GigaBitcoin/secp256k1. swift.git " , exact: " 0.21.1 " ) ,
18+ . package ( url: " https://github.com/21-DOT-DEV/ swift-secp256k1 " , exact: " 0.21.1 " ) ,
1919 . package ( url: " https://github.com/vapor/websocket-kit.git " , from: " 2.16.1 " ) ,
2020 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.6.4 " )
2121 ] ,
@@ -29,7 +29,7 @@ let package = Package(
2929 . target( name: " Internal_CryptoSwift_PBDKF2 " ) ,
3030 " BigInt " ,
3131 . product( name: " GenericJSON " , package : " generic-json-swift " ) ,
32- . product( name: " libsecp256k1 " , package : " secp256k1. swift" ) ,
32+ . product( name: " libsecp256k1 " , package : " swift-secp256k1 " ) ,
3333 . product( name: " WebSocketKit " , package : " websocket-kit " ) ,
3434 . product( name: " Logging " , package : " swift-log " )
3535 ] ,
0 commit comments