From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher <jlec@gentoo.org> 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 <jlec@gentoo.org> --- app-emacs/edit-list/edit-list-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emacs/edit-list/edit-list-0.3.ebuild') diff --git a/app-emacs/edit-list/edit-list-0.3.ebuild b/app-emacs/edit-list/edit-list-0.3.ebuild index c77207080a2b..a4541d4abcd6 100644 --- a/app-emacs/edit-list/edit-list-0.3.ebuild +++ b/app-emacs/edit-list/edit-list-0.3.ebuild @@ -9,7 +9,7 @@ inherit elisp DESCRIPTION="Edit a single list" HOMEPAGE="http://mwolson.org/projects/" # taken from http://mwolson.org/static/dist/elisp/edit-list.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