From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- x11-wm/subtle/subtle-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-wm/subtle/subtle-9999.ebuild') diff --git a/x11-wm/subtle/subtle-9999.ebuild b/x11-wm/subtle/subtle-9999.ebuild index 6f5f6c65e2f1..e37bdbb4384b 100644 --- a/x11-wm/subtle/subtle-9999.ebuild +++ b/x11-wm/subtle/subtle-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then EHG_CHECKOUT_DIR=${S}/all inherit mercurial else - SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.gz" + SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi -- cgit v1.2.3-65-gdbad