Skip to content

Commit

Permalink
changed dependency url
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Dela Cruz committed Apr 4, 2017
1 parent d345da1 commit 5c61173
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-swift.git", majorVersion: 1)
.Package(url: "https://github.com/bmdelacruz/INotify.git", majorVersion: 1)
]
)

0 comments on commit 5c61173

Please sign in to comment.