Skip to content

Commit bc29947

Browse files
committed
Use main branch on dependencies.
1 parent fc297b4 commit bc29947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "Gtk",
77
products: [ .library(name: "Gtk", targets: ["Gtk"]) ],
88
dependencies: [
9-
.package(url: "https://github.com/rhx/gir2swift.git", branch: "development"),
9+
.package(url: "https://github.com/rhx/gir2swift.git", branch: "main"),
1010
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
1111
],
1212
targets: [

0 commit comments

Comments
 (0)