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/wgrep/wgrep-2.1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emacs/wgrep/wgrep-2.1.10.ebuild') diff --git a/app-emacs/wgrep/wgrep-2.1.10.ebuild b/app-emacs/wgrep/wgrep-2.1.10.ebuild index 6694d1ca0f17..f06a7f466246 100644 --- a/app-emacs/wgrep/wgrep-2.1.10.ebuild +++ b/app-emacs/wgrep/wgrep-2.1.10.ebuild @@ -8,7 +8,7 @@ inherit readme.gentoo elisp DESCRIPTION="Writable grep buffer and apply the changes to files" HOMEPAGE="https://github.com/mhayashi1120/Emacs-wgrep" -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-3+" SLOT="0" -- cgit v1.2.3-65-gdbad