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 /app-arch/rzip | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
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 'app-arch/rzip')
-rw-r--r-- | app-arch/rzip/rzip-2.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/rzip/rzip-2.1-r2.ebuild b/app-arch/rzip/rzip-2.1-r2.ebuild index 6c0c8edad44a..c81e1467bc38 100644 --- a/app-arch/rzip/rzip-2.1-r2.ebuild +++ b/app-arch/rzip/rzip-2.1-r2.ebuild @@ -31,7 +31,7 @@ pkg_postinst() { ewarn "compression of large files it didn't set the right file size, so" ewarn "if you have any reason to believe that your archive was compressed " ewarn "with an old Gentoo rzip, please refer to " - ewarn " http://bugs.gentoo.org/show_bug.cgi?id=217552 " + ewarn " https://bugs.gentoo.org/show_bug.cgi?id=217552 " ewarn "for the rzip-handle-broken-archive.patch patch to rescue your" ewarn "data." ewarn |