diff options
author | Luis Ressel <aranea@aixah.de> | 2019-02-27 00:28:10 +0100 |
---|---|---|
committer | Luis Ressel <aranea@aixah.de> | 2019-03-08 01:26:22 +0100 |
commit | 2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53 (patch) | |
tree | cbe76ae52ac4fbcb2b1eda95dcaa07a004bc5ffc /system/libuv/APKBUILD | |
parent | 9085eb9a0e2ff7a0068f54f1788673de71027e61 (diff) | |
download | packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.gz packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.bz2 packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.tar.xz packages-2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53.zip |
system/*: Change remaining url='*'s to https:// wherever possible
Diffstat (limited to 'system/libuv/APKBUILD')
-rw-r--r-- | system/libuv/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libuv/APKBUILD b/system/libuv/APKBUILD index acbf16d8d..e6e7316fd 100644 --- a/system/libuv/APKBUILD +++ b/system/libuv/APKBUILD @@ -5,7 +5,7 @@ pkgname=libuv pkgver=1.23.2 pkgrel=0 pkgdesc="Cross-platform asychronous I/O" -url="http://libuv.org" +url="https://libuv.org" arch="all" license="MIT AND BSD-2-Clause AND BSD-3-Clause AND ISC" makedepends="automake autoconf libtool linux-headers" |