mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
859928fc99
commit
4cf4bd1ebe
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ (define-configuration cgit-configuration
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue