-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update project github repo (#81)
With the migration of the project repos to the FodyDev org, the github url have changed.
- Loading branch information
1 parent
e328419
commit c3da9e2
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "afrim-wish" | |
version = "0.4.0" | ||
edition = "2021" | ||
description = "Afrim Wish is an GUI interface for the afrim ime." | ||
repository = "https://github.com/pythonbrad/afrim-wish" | ||
repository = "https://github.com/fodydev/afrim-wish" | ||
license = "MIT" | ||
readme = "README.md" | ||
authors = ["Brady Fomegne <[email protected]>"] | ||
|
@@ -17,7 +17,7 @@ inhibit = ["afrim/inhibit"] | |
rhai = ["afrim/rhai"] | ||
|
||
[dependencies] | ||
afrim = { version = "0.6.0", default-features = false, git = "https://github.com/pythonbrad/afrim", rev = "5f40469" } | ||
afrim = { version = "0.6.0", default-features = false, git = "https://github.com/fodydev/afrim", rev = "5f40469" } | ||
anyhow = "1.0.82" | ||
clap = "4.5.4" | ||
afrish = { version = "0.1.0", default-features = false, git = "https://github.com/fodydev/afrish", rev = "e8c4fa2" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters