diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:26:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:27:19 +0200 |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /dev-util/metro | |
parent | 0ac6bb4fddac5740182543de9440a9af7181b105 (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.xz |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/metro')
-rw-r--r-- | dev-util/metro/metro-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/metro/metro-1.5.1.ebuild b/dev-util/metro/metro-1.5.1.ebuild index da845d1d3e9..77991cc375a 100644 --- a/dev-util/metro/metro-1.5.1.ebuild +++ b/dev-util/metro/metro-1.5.1.ebuild @@ -7,7 +7,7 @@ PYTHON_DEPEND="2" inherit python DESCRIPTION="release metatool used for creating Gentoo and Funtoo releases" -HOMEPAGE="http://www.github.com/funtoo/metro" +HOMEPAGE="https://www.github.com/funtoo/metro" SRC_URI="http://www.funtoo.org/archive/metro/${P}.tar.bz2" LICENSE="GPL-2" |