summaryrefslogtreecommitdiff
path: root/user/libreoffice
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-09 02:37:16 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-09 02:41:19 +0000
commit8303ebd6a9e7113735b19ca8f647907867b66df0 (patch)
tree19ef4137000d7ea0c94b554f7bddb99beccf4e2c /user/libreoffice
parent778c943e08f171a02de6c6929e8b01ab3bfd3e90 (diff)
downloadpackages-8303ebd6a9e7113735b19ca8f647907867b66df0.tar.gz
packages-8303ebd6a9e7113735b19ca8f647907867b66df0.tar.bz2
packages-8303ebd6a9e7113735b19ca8f647907867b66df0.tar.xz
packages-8303ebd6a9e7113735b19ca8f647907867b66df0.zip
user/{libreoffice,libsexy,nmap}: Fix URLs
Diffstat (limited to 'user/libreoffice')
-rw-r--r--user/libreoffice/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/libreoffice/APKBUILD b/user/libreoffice/APKBUILD
index 013787576..9b9cab975 100644
--- a/user/libreoffice/APKBUILD
+++ b/user/libreoffice/APKBUILD
@@ -36,7 +36,7 @@ case "$pkgver" in
*.*.*) _ver="$pkgver";;
esac
pkgdesc="LibreOffice - Meta package for the full office suite"
-url="http://www.libreoffice.org/"
+url="https://www.libreoffice.org/"
# While the metapackage technically is empty and should be "noarch", there's
# no easy way to change this to noarch and then change all of the subpackages
# to have the correct arch. Setting $arch in a split function is forbidden,