basically a documentation fix - the nginx configuration within
sr.ht-nginx uses /var/lib/mercurial and the hg.sr.ht alpine package
creates the same
intended to address:
https://todo.sr.ht/~sircmpwn/hg.sr.ht/43
diff --git a/config.example.ini b/config.example.ini
--- a/config.example.ini
+++ b/config.example.ini
@@ -98,7 +98,7 @@ oauth-client-id=CHANGEME
oauth-client-secret=CHANGEME
#
# Path to mercurial repositories on disk
-repos=/var/lib/hg/
+repos=/var/lib/mercurial/
#
# Path to the srht mercurial extension
# (defaults to where the hgsrht code is)