gnu: git-daemon-service-type: Fix typo "repositories".
* gnu/services/version-control (git-daemon-service-type)[description]: Fix typo.
This commit is contained in:
parent
f3a2c29750
commit
f8df47633c
|
@ -157,7 +157,7 @@
|
||||||
(service-extension activation-service-type
|
(service-extension activation-service-type
|
||||||
git-daemon-activation)))
|
git-daemon-activation)))
|
||||||
(description
|
(description
|
||||||
"Expose Git respositories over the insecure @code{git://} TCP-based
|
"Expose Git repositories over the insecure @code{git://} TCP-based
|
||||||
protocol.")
|
protocol.")
|
||||||
(default-value (git-daemon-configuration))))
|
(default-value (git-daemon-configuration))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue