diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-15 21:07:23 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-15 21:07:23 +0000 |
commit | ac25d28c82e5f614976a155fdd407b53c3be8b18 (patch) | |
tree | afaf080bdcca616c1a27324c2d7952d0c0ab0d8c /user/lxqt-archiver/APKBUILD | |
parent | 50113f4d75b010cf767ed0bcf9d39f7abe678f41 (diff) | |
download | packages-ac25d28c82e5f614976a155fdd407b53c3be8b18.tar.gz packages-ac25d28c82e5f614976a155fdd407b53c3be8b18.tar.bz2 packages-ac25d28c82e5f614976a155fdd407b53c3be8b18.tar.xz packages-ac25d28c82e5f614976a155fdd407b53c3be8b18.zip |
user/[LXQt]: Fix URL
Diffstat (limited to 'user/lxqt-archiver/APKBUILD')
-rw-r--r-- | user/lxqt-archiver/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/lxqt-archiver/APKBUILD b/user/lxqt-archiver/APKBUILD index 527fbdf01..b3a23905a 100644 --- a/user/lxqt-archiver/APKBUILD +++ b/user/lxqt-archiver/APKBUILD @@ -6,7 +6,7 @@ _lxqt=0.15.0 _lxqt_build=0.7.0 pkgrel=0 pkgdesc="Archive management utility for the LXQt desktop" -url="https://lxqt.org" +url="https://lxqt.github.io/" arch="all" options="!check" # No test suite license="GPL-2.0+" |