Download raw body.
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example
---
Resend with patch inline.
Thanks.
gotwebd/gotwebd.conf.5 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gotwebd/gotwebd.conf.5 b/gotwebd/gotwebd.conf.5
index 01c8170c..b4e0de13 100644
--- a/gotwebd/gotwebd.conf.5
+++ b/gotwebd/gotwebd.conf.5
@@ -194,9 +194,9 @@ server "localhost-unix" {
repos_path "/got/public"
unix_socket_name "/run/gotweb.sock"
- got_site_name "my public repos"
- got_site_owner "Got Owner"
- got_site_link "repos"
+ site_name "my public repos"
+ site_owner "Got Owner"
+ site_link "repos"
logo "got.png"
logo_url "https://gameoftrees.org"
--
2.38.2
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example