Description: replaces homeurl with a local text file
Author: Taowa <taowa@debian.org>
Forwarded: https://tildegit.org/sloum/bombadillo/issues/210 
Last-Update: 2021-04-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: bombadillo/defaults.go
===================================================================
--- bombadillo.orig/defaults.go	2021-04-26 13:59:52.241018094 -0400
+++ bombadillo/defaults.go	2021-04-26 14:23:26.448977926 -0400
@@ -48,7 +48,7 @@
 	"configlocation": xdgConfigPath(),
 	"defaultscheme":  "gopher", // "gopher", "gemini", "http", "https"
 	"geminiblocks":   "block",  // "block", "alt", "neither", "both"
-	"homeurl":        "gopher://bombadillo.colorfield.space:70/1/user-guide.map",
+	"homeurl":        "local:///usr/share/doc/bombadillo/user-guide.txt",
 	"savelocation":   homePath(),
 	"searchengine":   "gopher://gopher.floodgap.com:70/7/v2/vs",
 	"showimages":     "true",
