guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: anthy: Use HTTPS home page.


From: guix-commits
Subject: 06/07: gnu: anthy: Use HTTPS home page.
Date: Sun, 1 Mar 2020 08:42:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 203475e430126031667fd4b3e4c7bf1386fd52df
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:36:55 2020 +0100

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

diff --git a/gnu/packages/anthy.scm b/gnu/packages/anthy.scm
index d543cd8..0d86347 100644
--- a/gnu/packages/anthy.scm
+++ b/gnu/packages/anthy.scm
@@ -49,7 +49,7 @@
            (lambda _
              (with-directory-excursion "test"
                (invoke "./anthy" "--all")))))))
-    (home-page "http://anthy.osdn.jp/";)
+    (home-page "https://anthy.osdn.jp/";)
     (synopsis "Japanese input method")
     (description "Anthy is a Japanese input method for converting
 hiragana text to mixed kana and kanji.  It is written in the C



reply via email to

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