From 7f0256fb27aa8ff0a6484738e5625c448957091f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 13 Mar 2026 14:55:47 +0900 Subject: doc: Version Control Services: Fix Fossil example. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the Fossil service example, correct the field name for list-repositories? and set https? to #t. * doc/guix.texi (Version Control Services): Fix the example for fossil-service-type. Change-Id: Ib1c1ba57d8f438a51e8bb7b6e97c57785685e110 Reviewed-by: Noé Lopez --- doc/guix.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index c2761abb17..d487a15084 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -44244,10 +44244,11 @@ behind a reverse proxy and serve repositories from a custom location. (service fossil-service-type (fossil-configuration (repository "/srv/museum") - (repo-list? #t) + (list-repositories? #t) (base-url "https://museum.example") - (socket-file "/var/run/fossil.sock") - (compress? #f))) + (compress? #f) + (https? #t) + (socket-file "/var/run/fossil.sock"))) @end lisp @deftp {Data Type} fossil-configuration -- cgit v1.3