diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/libreoffice/APKBUILD | 2 | ||||
-rw-r--r-- | user/libsexy/APKBUILD | 2 | ||||
-rw-r--r-- | user/nmap/APKBUILD | 2 |
3 files changed, 3 insertions, 3 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, diff --git a/user/libsexy/APKBUILD b/user/libsexy/APKBUILD index 4aa8dd613..d572034be 100644 --- a/user/libsexy/APKBUILD +++ b/user/libsexy/APKBUILD @@ -3,7 +3,7 @@ pkgname=libsexy pkgver=0.1.11 pkgrel=9 pkgdesc="Doing naughty things to good widgets" -url="http://chipx86.com/wiki/Libsexy" +url="https://blog.chipx86.com/tag/libsexy/" arch="all" options="!check" # Tests require manual intervention and X11 display. license="LGPL-2.1+" diff --git a/user/nmap/APKBUILD b/user/nmap/APKBUILD index 9be34874f..3cf0b1db3 100644 --- a/user/nmap/APKBUILD +++ b/user/nmap/APKBUILD @@ -3,7 +3,7 @@ pkgname=nmap pkgver=7.70 pkgrel=0 pkgdesc="A network exploration tool and security/port scanner" -url="http://nmap.org" +url="https://nmap.org/" arch="all" license="GPL-2.0-only" depends="" |