From da9b7bce984c4d2c3a61f8b52710d8324d19f5ea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 21 Apr 2016 14:02:36 +0200 Subject: [PATCH] etc/defaults.conf: switch to https for repo.voidlinux.eu. --- etc/defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults.conf b/etc/defaults.conf index 14f8926d9de..72ee2462a14 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -17,7 +17,7 @@ # [OPTIONAL] # Enable optional arguments to xbps-install for the host system. # Currently used in the binary-bootstrap bootstrap-update targets. -XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current --repository=http://muslrepo.voidlinux.eu/current" +XBPS_INSTALL_ARGS="--repository=https://repo.voidlinux.eu/current --repository=https://repo.voidlinux.eu/current/musl" # [OPTIONAL] # Native Compilation/Preprocessor flags for C and C++. Additional settings