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-plugins/wmix/metadata.xml | 2 +- x11-plugins/wmix/wmix-3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-plugins/wmix') diff --git a/x11-plugins/wmix/metadata.xml b/x11-plugins/wmix/metadata.xml index b1a9efc4f2f0..ab92cd84625b 100644 --- a/x11-plugins/wmix/metadata.xml +++ b/x11-plugins/wmix/metadata.xml @@ -1,5 +1,5 @@ - + desktop-dock diff --git a/x11-plugins/wmix/wmix-3.2.ebuild b/x11-plugins/wmix/wmix-3.2.ebuild index 7ed67a81699e..c25948634056 100644 --- a/x11-plugins/wmix/wmix-3.2.ebuild +++ b/x11-plugins/wmix/wmix-3.2.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Dockapp mixer for OSS or ALSA" HOMEPAGE="http://windowmaker.org/dockapps/?name=wmix" # Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz -SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad