diff options
Diffstat (limited to 'src/url.rs')
| -rw-r--r-- | src/url.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -pub const ROOT_GEMINI_URL: &str = "gemini://fuwn.me"; -pub const ROOT_HTTPS_URL: &str = "https://fuwn.me"; +pub const ROOT_GEMINI_URL: &str = "gemini://fuwn.net"; +pub const ROOT_HTTPS_URL: &str = "https://fuwn.net"; |