From 0997c7d2ebe5ed573ff547e2341a644fa28ca71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Wed, 7 Aug 2024 15:57:14 +0200 Subject: [PATCH] docs: change default repo --- Cargo.toml | 2 +- extension.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"