mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: catdoc: Use HTTPS home page.
* gnu/packages/textutils.scm (catdoc)[home-page]: Use HTTPS.
This commit is contained in:
parent
63299f2840
commit
136070022b
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ (define-public catdoc
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(mkdir-p (string-append out "/share/man/man1"))))))))
|
||||
(home-page "http://www.wagner.pp.ru/~vitus/software/catdoc/")
|
||||
(home-page "https://www.wagner.pp.ru/~vitus/software/catdoc/")
|
||||
(synopsis "MS-Word to TeX or plain text converter")
|
||||
(description "@command{catdoc} extracts text from MS-Word files, trying to
|
||||
preserve as many special printable characters as possible. It supports
|
||||
|
|
Loading…
Reference in a new issue