diff options
| author | Christopher Baines <mail@cbaines.net> | 2023-03-02 10:37:28 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2023-03-02 10:55:08 +0000 |
| commit | 7df09ee0ab3e7962ef27859ce87e06a323059284 (patch) | |
| tree | d81334f742ddcb9a1ee63961ca6410922980af1c /gnu/packages/man.scm | |
| parent | 2ac51ec99b58b50c08ba719a8c7e9dba0330b065 (diff) | |
| parent | af95f2d8f98eb2c8c64954bb2fd0b70838899174 (diff) | |
Merge remote-tracking branch 'savannah/master' into core-updates
Conflicts:
gnu/local.mk
gnu/packages/autotools.scm
gnu/packages/cmake.scm
gnu/packages/gnuzilla.scm
gnu/packages/haskell.scm
gnu/packages/pdf.scm
gnu/packages/python-xyz.scm
gnu/packages/samba.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/wxwidgets.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 1aa0b7ef8fe..7f0af615548 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 | "1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx")))) | 118 | "1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx")))) |
| 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 |
