cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit f8f6c5a12beeaa4ad614cc349a04e2984c06c83b
parent 22a28fa92755b49254cac144894be1fdb917a6a3
Author: René Wagner <rwagner@rw-net.de>
Date:   Mon,  1 Feb 2021 17:11:12 +0100

fix wrong uri scheme

Diffstat:
Msrc/gmnlm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gmnlm.c b/src/gmnlm.c @@ -70,7 +70,7 @@ enum prompt_result { const char *default_bookmarks = "# Welcome to cgmnlm\n\n" "Links:\n\n" - "=> https://gmn.clttr.info/cgmnln.gmi The colorful line mode client\n" + "=> gemini://gmn.clttr.info/cgmnln.gmi The colorful line mode client\n" "=> gemini://gemini.circumlunar.space The gemini protocol\n\n" "This file can be found at %s and may be edited at your pleasure.\n\n" "Bookmarks:\n"