diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-23 21:45:21 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-23 21:45:21 -0400 |
| commit | 839bb4616f13171a23ad7937bf57d0a01d61d42a (patch) | |
| tree | 01de78a5ce973b9fb7ac0f9216d64f736f8e163d /gnu/packages/man.scm | |
| parent | 0357bbbcd850f9220078a62da3c30358b8983765 (diff) | |
| parent | ef71e3290916583973724316e815cee840c1b6d8 (diff) | |
Merge remote-tracking branch 'origin/master' into staging.
With resolved conflicts in:
gnu/packages/ibus.scm
gnu/packages/image.scm
gnu/packages/lisp.scm
gnu/packages/virtualization.scm
Diffstat (limited to 'gnu/packages/man.scm')
| -rw-r--r-- | gnu/packages/man.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index 75e7dc1c8e2..00efff03878 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm | |||
| @@ -117,7 +117,7 @@ textfiles to roff for terminal display, and also to HTML for the web.") | |||
| 117 | (base32 | 117 | (base32 |
| 118 | "15xpx7kbzkn63ab8mkghv7jkzji8pdbsyxm7ygjji19rvkkvkyv0")))) | 118 | "15xpx7kbzkn63ab8mkghv7jkzji8pdbsyxm7ygjji19rvkkvkyv0")))) |
| 119 | (build-system gnu-build-system) | 119 | (build-system gnu-build-system) |
| 120 | (home-page "http://libpipeline.nongnu.org/") | 120 | (home-page "https://libpipeline.nongnu.org/") |
| 121 | (synopsis "C library for manipulating pipelines of subprocesses") | 121 | (synopsis "C library for manipulating pipelines of subprocesses") |
| 122 | (description | 122 | (description |
| 123 | "libpipeline is a C library for manipulating pipelines of subprocesses in | 123 | "libpipeline is a C library for manipulating pipelines of subprocesses in |
| @@ -211,7 +211,7 @@ a flexible and convenient way.") | |||
| 211 | (list (search-path-specification | 211 | (list (search-path-specification |
| 212 | (variable "MANPATH") | 212 | (variable "MANPATH") |
| 213 | (files '("share/man"))))) | 213 | (files '("share/man"))))) |
| 214 | (home-page "http://man-db.nongnu.org/") | 214 | (home-page "https://man-db.nongnu.org/") |
| 215 | (synopsis "Standard Unix documentation system") | 215 | (synopsis "Standard Unix documentation system") |
| 216 | (description | 216 | (description |
| 217 | "Man-db is an implementation of the standard Unix documentation system | 217 | "Man-db is an implementation of the standard Unix documentation system |
