mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
services: cgit: Fix typo.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with "the".
This commit is contained in:
parent
41cdaf47e1
commit
336674549d
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
|
||||
;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
|
||||
;;; Copyright © 2018 Christopher Baines <mail@cbaines.net>
|
||||
;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -581,7 +582,7 @@ (define-configuration cgit-configuration
|
|||
(root-readme
|
||||
(string "")
|
||||
"The content of the file specified with this option will be included
|
||||
verbatim below thef \"about\" link on the repository index page.")
|
||||
verbatim below the \"about\" link on the repository index page.")
|
||||
(root-title
|
||||
(string "")
|
||||
"Text printed as heading on the repository index page.")
|
||||
|
|
Loading…
Reference in a new issue