Skip to content

Commit

Permalink
Updated inotify wrapper package to my fork, which should be more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
felix91gr committed May 8, 2017
1 parent 6356a10 commit 62cb424
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/Ponyboy47/inotify.git", majorVersion: 1)
.Package(url: "https://github.com/felix91gr/inotify.git", majorVersion: 1)
]
)

0 comments on commit 62cb424

Please sign in to comment.