From fd0d65f9f32f6d4faa6dfbc439cce72607d89b5e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 19 Jun 2026 21:27:01 +0100 Subject: gnu: git-pages: Fix description. * gnu/packages/version-control.scm (git-pages): [description]: Add missing beginning of the sentence, fix fill column indentation. --- gnu/packages/version-control.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu') 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.") (home-page "https://codeberg.org/git-pages/git-pages") (synopsis "Scalable static site server for Git forges") (description - "is a static site server for use with Git forges (i.e. a @code{GitHub} -Pages replacement). It is written with efficiency in mind, scaling -horizontally to any number of machines and serving sites up to multiple -gigabytes in size, while being equally suitable for small single-user -deployments.") + "@command{git-pages} is a static site server for use with Git +forges (i.e. a @code{GitHub} Pages replacement). It is written with +efficiency in mind, scaling horizontally to any number of machines and serving +sites up to multiple gigabytes in size, while being equally suitable for small +single-user deployments.") (license license:bsd-0))) (define-public git-pages-cli -- cgit v1.2.3