diff --git a/Cargo.toml b/Cargo.toml index cad3d0e..ae588aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "zed-discord-presence" version = "0.1.0" edition = "2021" license-file = "LICENSE" -repository = "https://git.sr.ht/~hyro/zed-discord-presence" +repository = "https://github.com/xhyrom/zed-discord-presence" [lib] path = "src/discord_presence.rs" diff --git a/extension.toml b/extension.toml index 0db9388..3dad417 100644 --- a/extension.toml +++ b/extension.toml @@ -4,7 +4,7 @@ version = "0.2.0" schema_version = 1 authors = ["Jozef Steinhübl "] description = "Presence for your beautiful discord account :)" -repository = "https://git.sr.ht/~hyro/zed-discord-presence" +repository = "https://github.com/xhyrom/zed-discord-presence" [language_servers.discord_presence] name = "Discord Presence LSP"