Skip to content

Commit

Permalink
Fix open-swift url in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbut committed Jul 29, 2016
1 parent 4e39786 commit 66ee5d2
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,6 +7,6 @@ import PackageDescription
let package = Package(
name: "BSON",
dependencies: [
.Package(url: "https://github.com/Open-Swift/C7.git", majorVersion: 0, minor: 9)
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 9)
]
)

0 comments on commit 66ee5d2

Please sign in to comment.