me
/
guix
Archived
1
0
Fork 0

gnu: catdoc: Use HTTPS home page.

* gnu/packages/textutils.scm (catdoc)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 23:13:39 +01:00
parent 63299f2840
commit 136070022b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ runs Word\".")
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
(mkdir-p (string-append out "/share/man/man1")))))))) (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") (synopsis "MS-Word to TeX or plain text converter")
(description "@command{catdoc} extracts text from MS-Word files, trying to (description "@command{catdoc} extracts text from MS-Word files, trying to
preserve as many special printable characters as possible. It supports preserve as many special printable characters as possible. It supports