From 00846f5f7be003565185b4945997bd9c766ecd96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:26:27 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- app-text/csvfix/csvfix-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-text/csvfix') diff --git a/app-text/csvfix/csvfix-1.6.ebuild b/app-text/csvfix/csvfix-1.6.ebuild index 53d417306e75..6ad623691d46 100644 --- a/app-text/csvfix/csvfix-1.6.ebuild +++ b/app-text/csvfix/csvfix-1.6.ebuild @@ -8,7 +8,7 @@ inherit eutils toolchain-funcs versionator vcs-snapshot MY_PV="$(delete_all_version_separators)" DESCRIPTION="A stream editor for manipulating CSV files" -HOMEPAGE="http://neilb.bitbucket.org/csvfix/ https://bitbucket.org/neilb/csvfix/" +HOMEPAGE="https://neilb.bitbucket.org/csvfix/ https://bitbucket.org/neilb/csvfix/" SRC_URI="https://bitbucket.org/neilb/csvfix/get/version-${PV}.tar.bz2 -> ${P}.tar.bz2 doc? ( https://bitbucket.org/neilb/csvfix/downloads/csvfix_man_html_${MY_PV}0.zip )" -- cgit v1.2.3-65-gdbad