diff options
Diffstat (limited to 'user/libreoffice/APKBUILD')
-rw-r--r-- | user/libreoffice/APKBUILD | 2 |
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, |