Skip to content

Commit 7a75a28

Browse files
committed
Fixed an incorrect url
1 parent 3ca77bc commit 7a75a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/Package.swift.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "GRDB",
18-
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/${new_version}/GRDB.xcframework.zip",
18+
url: "https://github.com/oxen-io/session-grdb-swift/releases/download/${new_version}/GRDB.xcframework.zip",
1919
checksum: "${checksum}"
2020
),
2121
.target(name: "_GRDBDummy")

0 commit comments

Comments
 (0)