summaryrefslogtreecommitdiff
path: root/gnu/packages/anthy.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: anthy: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-011-1/+1
| | | | * gnu/packages/anthy.scm (anthy)[home-page]: Use HTTPS.
* gnu: anthy: Update source URI.Björn Höfling2019-05-141-1/+2
| | | | * gnu/packages/anthy (anthy)[source]: Update URI.
* gnu: anthy: Unconditionally return #T from check phase.Ricardo Wurmus2019-01-241-1/+1
| | | | * gnu/packages/anthy.scm (anthy)[arguments]: Use INVOKE.
* gnu: Add anthy.Chris Marusich2016-04-091-0/+64
* gnu/packages/anthy.scm: New file. * gnu-system.am: Add it. Signed-off-by: 宋文武 <iyzsong@gmail.com>