diff options
| author | Fuwn <[email protected]> | 2022-07-17 11:34:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-17 11:34:15 +0000 |
| commit | ecafc617b5693762822937cf09d330569fc01a2b (patch) | |
| tree | a675f4062d5768c1a3981b6b9b441d692fb56a9d /src/app.rs | |
| parent | docs(README.md): expanding gif link (diff) | |
| download | sydney-ecafc617b5693762822937cf09d330569fc01a2b.tar.xz sydney-ecafc617b5693762822937cf09d330569fc01a2b.zip | |
feat(input.rs): add help command
Diffstat (limited to 'src/app.rs')
| -rw-r--r-- | src/app.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ pub struct App { } impl App { pub fn new() -> Self { - let url = Url::parse("gemini://gemini.circumlunar.space/").unwrap(); + let url = Url::parse("gemini://gem.rest/projects/sydney.gmi").unwrap(); let mut app = Self { response_input: String::new(), |