mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: anthy: Use HTTPS home page.
* gnu/packages/anthy.scm (anthy)[home-page]: Use HTTPS.
This commit is contained in:
parent
1b3a603837
commit
203475e430
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ (define-public anthy
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue