We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e921231 commit 829b3bcCopy full SHA for 829b3bc
1 file changed
Package.swift
@@ -11,7 +11,7 @@ func occtDep(_ name: String, from version: String) -> Package.Dependency {
11
if FileManager.default.fileExists(atPath: manifestDir + "/../\(name)/Package.swift") {
12
return .package(path: "../\(name)")
13
}
14
- return .package(url: "https://github.com/gsdali/\(name).git", from: Version(version)!)
+ return .package(url: "https://github.com/SecondMouseAU/\(name).git", from: Version(version)!)
15
16
17
let package = Package(
0 commit comments