guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/09: gnu: catdoc: Use HTTPS home page.


From: guix-commits
Subject: 01/09: gnu: catdoc: Use HTTPS home page.
Date: Fri, 13 Mar 2020 00:40:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 136070022b0c488a304c7813d3a05b00f8998202
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 23:13:39 2020 +0100

    gnu: catdoc: Use HTTPS home page.
    
    * gnu/packages/textutils.scm (catdoc)[home-page]: Use HTTPS.
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 1be7c69..8510c6d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]