diff options
author | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2019-01-28 16:22:57 +0000 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2019-01-28 16:34:14 +0000 |
commit | 6676e65d460ec5a9b613b323482329b8e9c64ed4 (patch) | |
tree | df8ba667c9b61f7be9a96d2869f933200ed699ca /user/hyphen | |
parent | 3810a4d0cf071855dbc16afb51b9435abbf9278c (diff) | |
download | packages-6676e65d460ec5a9b613b323482329b8e9c64ed4.tar.gz packages-6676e65d460ec5a9b613b323482329b8e9c64ed4.tar.bz2 packages-6676e65d460ec5a9b613b323482329b8e9c64ed4.tar.xz packages-6676e65d460ec5a9b613b323482329b8e9c64ed4.zip |
{system,user}/*: fix URLs
Diffstat (limited to 'user/hyphen')
-rw-r--r-- | user/hyphen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/hyphen/APKBUILD b/user/hyphen/APKBUILD index eb37c9a1b..a4d891e72 100644 --- a/user/hyphen/APKBUILD +++ b/user/hyphen/APKBUILD @@ -4,7 +4,7 @@ pkgname=hyphen pkgver=2.8.8 pkgrel=1 pkgdesc="Library for high quality word hyphenation and justification" -url="https://hunspell.sourceforge.net/" +url="https://hunspell.github.io/" arch="all" license="LGPL-2.1+ OR LGPL-2.0+ OR MPL-1.0 or GPL-2.0+" subpackages="$pkgname-dev" |