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/kolourpaint/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/kolourpaint/APKBUILD')
-rw-r--r-- | user/kolourpaint/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/kolourpaint/APKBUILD b/user/kolourpaint/APKBUILD index 086b99da6..2cfeb26e9 100644 --- a/user/kolourpaint/APKBUILD +++ b/user/kolourpaint/APKBUILD @@ -4,7 +4,7 @@ pkgname=kolourpaint pkgver=18.08.3 pkgrel=0 pkgdesc="Simple painting program for KDE" -url="https://www.kolourpaint.org/" +url="https://kolourpaint.org/" arch="all" # yes, there is 2 only *and* 2+ code here. license="BSD-2-Clause AND LGPL-2.0-only AND LGPL-2.0+" |