summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
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