summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorThomas Albers <thomas@thomaslabs.org>2023-08-08 18:37:10 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 16:29:40 -0400
commit327154d347f3373f019cca4b991f0bf4428bfa47 (patch)
treef8d3e6175c9b2815b3100e86102b088afae2b458 /gnu
parente6bb98d7575de1a71bb847995884b4f2a73120c9 (diff)
services: cgit: Allow file-like objects for ‘root-readme’.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Accept 'file-object' instead of only 'string' Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/cgit.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm
index e33cb9e7db..684ab73f76 100644
--- a/gnu/services/cgit.scm
+++ b/gnu/services/cgit.scm
@@ -581,7 +581,7 @@ removed for the URL and name.")
(string "a fast webinterface for the git dscm")
"Text printed below the heading on the repository index page.")
(root-readme
- (string "")
+ (file-object "")
"The content of the file specified with this option will be included
verbatim below the \"about\" link on the repository index page.")
(root-title