Skip to content

Commit 0b6f0d7

Browse files
committed
Simplified urls
1 parent 7c641e4 commit 0b6f0d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Examples/Ollama/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ let package = Package(
88
.macOS(.v13),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/mattt/ollama-swift.git", from: "1.2.0"),
12-
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.24.0"),
11+
.package(url: "https://github.com/mattt/ollama-swift", from: "1.2.0"),
12+
.package(url: "https://github.com/vapor/postgres-nio", from: "1.24.0"),
1313
],
1414
targets: [
1515
.executableTarget(

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
dependencies: [
2222
.package(url: "https://github.com/codewinsdotcom/PostgresClientKit", from: "1.0.0"),
23-
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.0.0"),
23+
.package(url: "https://github.com/vapor/postgres-nio", from: "1.0.0"),
2424
],
2525
targets: [
2626
.target(

0 commit comments

Comments
 (0)