diff --git a/Package.swift b/Package.swift index be420acc..5fc745a9 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.13.0"), - .package(url: "https://github.com/dh-ecc/libzcashlc.git", branch: "main"), + .package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", branch: "main"), ], targets: [ .target( diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index f48caedb..801fc6b1 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| 'Francisco Gindre' => 'francisco.gindre@gmail.com', 'Jack Grigg' => 'str4d@electriccoin.co' } - s.source = { :git => 'https://github.com/dh-ecc/ZcashLightClientKit.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/zcash/ZcashLightClientKit.git', :tag => s.version.to_s } s.source_files = 'Sources/ZcashLightClientKit/**/*.{swift,h}' s.swift_version = '5.4'