From ac2942515b6497950f3a535d213ce7ce3f202c31 Mon Sep 17 00:00:00 2001 From: Carlos Cabanero Date: Wed, 11 Sep 2024 14:58:32 -0400 Subject: [PATCH] Update FMake to use blink repo --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 269c3a8..21b0efd 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( name: "openssh-apple", platforms: [.macOS("11")], dependencies: [ - .package(url: "https://github.com/yury/FMake", from : "0.0.16"), + .package(url: "https://github.com/blinksh/FMake", from : "0.0.16"), // .package(path: "../FMake") ], targets: [