diff --git a/assets/Package.swift.in b/assets/Package.swift.in index 410a27e59a..86f6753714 100644 --- a/assets/Package.swift.in +++ b/assets/Package.swift.in @@ -15,7 +15,7 @@ let package = Package( targets: [ .binaryTarget( name: "GRDB", - url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/${new_version}/GRDB.xcframework.zip", + url: "https://github.com/oxen-io/session-grdb-swift/releases/download/${new_version}/GRDB.xcframework.zip", checksum: "${checksum}" ), .target(name: "_GRDBDummy")