diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-28 20:14:16 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-28 20:14:16 +0000 |
commit | 35c913e7621f9d366fd4a287cf04e34445aa9fd1 (patch) | |
tree | df8ba667c9b61f7be9a96d2869f933200ed699ca /user/hyphen/APKBUILD | |
parent | 3810a4d0cf071855dbc16afb51b9435abbf9278c (diff) | |
parent | 6676e65d460ec5a9b613b323482329b8e9c64ed4 (diff) | |
download | packages-35c913e7621f9d366fd4a287cf04e34445aa9fd1.tar.gz packages-35c913e7621f9d366fd4a287cf04e34445aa9fd1.tar.bz2 packages-35c913e7621f9d366fd4a287cf04e34445aa9fd1.tar.xz packages-35c913e7621f9d366fd4a287cf04e34445aa9fd1.zip |
Merge branch 'url.fixes' into 'master'
Fix URLs for a variety of packages.
See merge request !160
Diffstat (limited to 'user/hyphen/APKBUILD')
-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" |