Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 43c9232

Browse files
committed
Use https://github.com/xi-editor URLs in Cargo.toml
1 parent 7246f47 commit 43c9232

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description = "Windows front-end for xi editor."
99
directwrite = "0.1.2"
1010
direct2d = "0.1.3"
1111

12-
xi-core-lib = { git = "https://github.com/google/xi-editor" }
13-
xi-rpc = { git = "https://github.com/google/xi-editor" }
12+
xi-core-lib = { git = "https://github.com/xi-editor/xi-editor" }
13+
xi-rpc = { git = "https://github.com/xi-editor/xi-editor" }
1414
serde = "1.0"
1515
serde_json = "1.0"
1616

0 commit comments

Comments
 (0)