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/openbox/openbox-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-wm/openbox/openbox-9999.ebuild') diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index dbb6c9e4f38a..fc70190df76d 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -13,12 +13,12 @@ if [[ ${PV} == *9999* ]]; then inherit git-2 EGIT_REPO_URI="git://git.openbox.org/dana/openbox" SRC_URI="branding? ( - http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" + https://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" KEYWORDS="" else SRC_URI="http://openbox.org/dist/openbox/${P}.tar.gz - branding? ( http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" + branding? ( https://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" fi -- cgit v1.2.3-65-gdbad