diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:13:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 05:36:09 +0100 |
commit | 136070022b0c488a304c7813d3a05b00f8998202 (patch) | |
tree | 5afe30e47004c699bbe37e2ab0da2fa5b3f21f29 /gnu/packages/textutils.scm | |
parent | 63299f2840edcd5d942b3433ffb205fcc1fb6eb4 (diff) | |
download | patches-136070022b0c488a304c7813d3a05b00f8998202.tar patches-136070022b0c488a304c7813d3a05b00f8998202.tar.gz |
gnu: catdoc: Use HTTPS home page.
* gnu/packages/textutils.scm (catdoc)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 1be7c69154..8510c6d1d0 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -561,7 +561,7 @@ runs Word\".") (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 |