Swap GUS for geminispace.info

This commit is contained in:
sario528 2021-04-15 05:04:58 -05:00
parent 265a69a6ed
commit 5dfe62fc63
No known key found for this signature in database
GPG Key ID: 535B5B85661252DF
1 changed files with 2 additions and 2 deletions

View File

@ -1347,8 +1347,8 @@ Use 'ls -l' to see URLs."""
self.page_index = 0
def do_gus(self, line):
"""Submit a search query to the GUS search engine."""
gus = GeminiItem("gemini://gus.guru/search")
"""Submit a search query to the Gemini search engine."""
gus = GeminiItem("gemini://geminispace.info/search")
self._go_to_gi(gus.query(line))
def do_history(self, *args):