diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-29 22:52:43 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-01-29 22:52:43 +0000 |
commit | f58e8e92688c47f421a53dea3e83f77fd3183e5b (patch) | |
tree | b58be1fc0d0b4a6d1b028bdf92c47aa644870f7b /user | |
parent | 9ed906a73d75fcb146fc0fe54ef7cd53c76ce3e4 (diff) | |
download | packages-f58e8e92688c47f421a53dea3e83f77fd3183e5b.tar.gz packages-f58e8e92688c47f421a53dea3e83f77fd3183e5b.tar.bz2 packages-f58e8e92688c47f421a53dea3e83f77fd3183e5b.tar.xz packages-f58e8e92688c47f421a53dea3e83f77fd3183e5b.zip |
user/tigervnc: fix URL
Diffstat (limited to 'user')
-rw-r--r-- | user/tigervnc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/tigervnc/APKBUILD b/user/tigervnc/APKBUILD index 9b88fe183..2d78b6150 100644 --- a/user/tigervnc/APKBUILD +++ b/user/tigervnc/APKBUILD @@ -4,7 +4,7 @@ pkgname=tigervnc pkgver=1.9.0 pkgrel=1 pkgdesc="High-performance, platform-neutral VNC remote desktop application" -url="http://tigervnc.org/" +url="https://tigervnc.org/" arch="all" options="!check" # No test suite. license="GPL-2.0" |