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 --- app-emacs/volume/metadata.xml | 2 +- app-emacs/volume/volume-1.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emacs/volume') diff --git a/app-emacs/volume/metadata.xml b/app-emacs/volume/metadata.xml index 4b82c0179582..68b5e58a077c 100644 --- a/app-emacs/volume/metadata.xml +++ b/app-emacs/volume/metadata.xml @@ -1,5 +1,5 @@ - + emacs diff --git a/app-emacs/volume/volume-1.0-r1.ebuild b/app-emacs/volume/volume-1.0-r1.ebuild index 6edf136cf372..f1e13f1cd8c3 100644 --- a/app-emacs/volume/volume-1.0-r1.ebuild +++ b/app-emacs/volume/volume-1.0-r1.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="Tweak your sound card volume from Emacs" HOMEPAGE="https://github.com/dbrock/volume-el" -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="GPL-2+" SLOT="0" -- cgit v1.2.3-65-gdbad