mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
services: cgit: Remove ‘cgit-repo’ left-overs.
This follows up on commit 16d77b31c5
.
* gnu/services/cgit.scm (cgit-configuration): Use extant
repository-cgit-configuration variable name.
This commit is contained in:
parent
f2f40cdae5
commit
820e32b556
1 changed files with 3 additions and 2 deletions
|
@ -561,7 +561,8 @@ (define-configuration cgit-configuration
|
|||
subdirectories will be loaded.")
|
||||
(readme
|
||||
(file-object "")
|
||||
"Text which will be used as default value for @code{cgit-repo-readme}.")
|
||||
"Text which will be used as default @code{repository-cgit-configuration}
|
||||
@code{readme}.")
|
||||
(remove-suffix?
|
||||
(boolean #f)
|
||||
"If set to @code{#t} and @code{repository-directory} is enabled, if any
|
||||
|
@ -642,7 +643,7 @@ (define-configuration cgit-configuration
|
|||
"URL which, if specified, will be used as root for all cgit links.")
|
||||
(repositories
|
||||
(repository-cgit-configuration-list '())
|
||||
"A list of @dfn{cgit-repo} records to use with config.")
|
||||
"A list of @code{repository-cgit-configuration} records.")
|
||||
(extra-options
|
||||
(list '())
|
||||
"Extra options will be appended to cgitrc file."))
|
||||
|
|
Loading…
Reference in a new issue