Skip to content

Commit

Permalink
Update FMake to use blink repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Sep 11, 2024
1 parent 165cc10 commit ac29425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit ac29425

Please sign in to comment.