summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-19 21:27:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-19 21:27:08 +0100
commitfd0d65f9f32f6d4faa6dfbc439cce72607d89b5e (patch)
tree5e5cb2e0ed28e8de078e7a7a23d7669c3ba2359b /gnu/packages/version-control.scm
parent143be2111beffaee789e26819434037f3e9eba8d (diff)
gnu: git-pages: Fix description.
* gnu/packages/version-control.scm (git-pages): [description]: Add missing beginning of the sentence, fix fill column indentation.
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r--gnu/packages/version-control.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d1af7749baf..3b91b3f6809 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1077,11 +1077,11 @@ desired format.")
1077 (home-page "https://codeberg.org/git-pages/git-pages") 1077 (home-page "https://codeberg.org/git-pages/git-pages")
1078 (synopsis "Scalable static site server for Git forges") 1078 (synopsis "Scalable static site server for Git forges")
1079 (description 1079 (description
1080 "is a static site server for use with Git forges (i.e. a @code{GitHub} 1080 "@command{git-pages} is a static site server for use with Git
1081Pages replacement). It is written with efficiency in mind, scaling 1081forges (i.e. a @code{GitHub} Pages replacement). It is written with
1082horizontally to any number of machines and serving sites up to multiple 1082efficiency in mind, scaling horizontally to any number of machines and serving
1083gigabytes in size, while being equally suitable for small single-user 1083sites up to multiple gigabytes in size, while being equally suitable for small
1084deployments.") 1084single-user deployments.")
1085 (license license:bsd-0))) 1085 (license license:bsd-0)))
1086 1086
1087(define-public git-pages-cli 1087(define-public git-pages-cli