~ruther/guix-local

4cf4bd1ebe1c4b206ffd686058acd69261672536 — Thomas Albers 2 years ago 859928f
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/services/cgit.scm
M gnu/services/cgit.scm => gnu/services/cgit.scm +1 -1
@@ 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