From 0f23ac98d862c3297a6f9b90df65288bd9588f65 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 2 May 2021 14:03:49 +0200 Subject: [PATCH] - [gemini] changed gemini search site. --- README.org | 2 +- README.txt | 2 +- etc/init.lisp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 872b4f8..1087212 100644 --- a/README.org +++ b/README.org @@ -230,7 +230,7 @@ manager of your distribution (~apt~, ~yum~ etc). details. By default, pressing "!" will contact the remote service located at: - "gemini://houston.coder.town/search". + "gemini://geminispace.info/search". * Contributing diff --git a/README.txt b/README.txt index e1fe980..8453f72 100644 --- a/README.txt +++ b/README.txt @@ -302,7 +302,7 @@ Table of Contents details. By default, pressing "!" will contact the remote service located at: - "gemini://houston.coder.town/search". + "gemini://geminispace.info/search". [quicklisp sources] diff --git a/etc/init.lisp b/etc/init.lisp index 05edc00..436114e 100644 --- a/etc/init.lisp +++ b/etc/init.lisp @@ -125,7 +125,7 @@ ;; (define "C-x a e" #'bar) (defun gemini-search () - (gemini-viewer:request "gemini://houston.coder.town/search")) + (gemini-viewer:request "gemini://geminispace.info/search")) ;; global keymap