Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Let's try with this import of inotify, it should work better.
  • Loading branch information
felix91gr authored May 5, 2017
1 parent 5c61173 commit 4df3e07
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 @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "FileSystemWatcher",
dependencies: [
.Package(url: "https://github.com/bmdelacruz/INotify.git", majorVersion: 1)
.Package(url: "https://github.com/Ponyboy47/inotify.git", majorVersion: 1)
]
)

0 comments on commit 4df3e07

Please sign in to comment.