From 8d3af20db294b606d6faec0a94766eeab43a55b4 Mon Sep 17 00:00:00 2001 From: thehanslevi Date: Wed, 17 Jun 2026 02:07:47 -0400 Subject: [PATCH] docs: use gmi extension for about page --- README.gemini => README.gmi | 0 src/common/mod.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README.gemini => README.gmi (100%) diff --git a/README.gemini b/README.gmi similarity index 100% rename from README.gemini rename to README.gmi diff --git a/src/common/mod.rs b/src/common/mod.rs index 57e55ca..1ab5d9b 100644 --- a/src/common/mod.rs +++ b/src/common/mod.rs @@ -12,7 +12,7 @@ pub static DOWNLOAD_PATH: Lazy = Lazy::new(|| { download_path }); -pub static ABOUT_PAGE: &str = std::include_str!("../../README.gemini"); +pub static ABOUT_PAGE: &str = std::include_str!("../../README.gmi"); pub static DATA_DIR_PATH: Lazy = Lazy::new(|| glib::user_data_dir().join("geopard"));