aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cgit.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:09 +0200
commit820e32b556aa978827249ae4687c7423508c04b3 (patch)
treeb839a7c148fb5602511183f9e74ea89189781ad9 /gnu/services/cgit.scm
parentf2f40cdae5d16b9026fd36dc063ac7d3b94ad9c0 (diff)
downloadguix-820e32b556aa978827249ae4687c7423508c04b3.tar
guix-820e32b556aa978827249ae4687c7423508c04b3.tar.gz
services: cgit: Remove ‘cgit-repo’ left-overs.
This follows up on commit 16d77b31c5024e9288dfd2f25f8eb6d0114a342c. * gnu/services/cgit.scm (cgit-configuration): Use extant repository-cgit-configuration variable name.
Diffstat (limited to 'gnu/services/cgit.scm')
-rw-r--r--gnu/services/cgit.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/services/cgit.scm b/gnu/services/cgit.scm
index c2c003983a..e33cb9e7db 100644
--- a/gnu/services/cgit.scm
+++ b/gnu/services/cgit.scm
@@ -561,7 +561,8 @@ to it, that should loaded as Git repositories. An empty list means that all
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 @@ for cgit to allow access to that repository.")
"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."))