diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-19 21:27:01 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-19 21:27:08 +0100 |
| commit | fd0d65f9f32f6d4faa6dfbc439cce72607d89b5e (patch) | |
| tree | 5e5cb2e0ed28e8de078e7a7a23d7669c3ba2359b /gnu/packages/version-control.scm | |
| parent | 143be2111beffaee789e26819434037f3e9eba8d (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.scm | 10 |
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 |
| 1081 | Pages replacement). It is written with efficiency in mind, scaling | 1081 | forges (i.e. a @code{GitHub} Pages replacement). It is written with |
| 1082 | horizontally to any number of machines and serving sites up to multiple | 1082 | efficiency in mind, scaling horizontally to any number of machines and serving |
| 1083 | gigabytes in size, while being equally suitable for small single-user | 1083 | sites up to multiple gigabytes in size, while being equally suitable for small |
| 1084 | deployments.") | 1084 | single-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 |
