From f445938c61bb0165ab2af1fba363bf203ab41c5f Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 19 Aug 2026 13:29:53 -0400 Subject: [PATCH] Change source.skip.tools references to github.com/skiptools --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 7005bc4..363ea2f 100644 --- a/Package.swift +++ b/Package.swift @@ -10,10 +10,10 @@ let package = Package( .library(name: "SkipSQLPlus", type: .dynamic, targets: ["SkipSQLPlus"]), ], dependencies: [ - .package(url: "https://source.skip.tools/skip.git", from: "1.1.11"), - .package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.11"), - .package(url: "https://source.skip.tools/skip-unit.git", from: "1.0.1"), - .package(url: "https://source.skip.tools/skip-ffi.git", from: "1.0.0"), + .package(url: "https://github.com/skiptools/skip.git", from: "1.1.11"), + .package(url: "https://github.com/skiptools/skip-foundation.git", from: "1.1.11"), + .package(url: "https://github.com/skiptools/skip-unit.git", from: "1.0.1"), + .package(url: "https://github.com/skiptools/skip-ffi.git", from: "1.0.0"), ], targets: [ .target(name: "SkipSQLCore", dependencies: [