Skip to content

Commit

Permalink
Uses HTTPS instead of SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Feb 14, 2024
1 parent 5efb26f commit d867010
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 @@ -13,7 +13,7 @@ let package = Package(
.library(name: "Runestone", targets: ["Runestone"])
],
dependencies: [
.package(url: "git@github.com:tree-sitter/tree-sitter.git", from: "0.20.9")
.package(url: "https://github.com/tree-sitter/tree-sitter", from: "0.20.9")
],
targets: [
.target(name: "Runestone", dependencies: [
Expand Down

0 comments on commit d867010

Please sign in to comment.