commit: 18fa3b9e15f0ddc092d65f0a8654d30a94ef2704 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Mar 19 17:53:58 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 20:17:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18fa3b9e
dev-libs/rlog: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11413 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/rlog/rlog-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/rlog/rlog-1.4.ebuild b/dev-libs/rlog/rlog-1.4.ebuild index 0a937d761f3..386f5c328d2 100644 --- a/dev-libs/rlog/rlog-1.4.ebuild +++ b/dev-libs/rlog/rlog-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="A C++ logging library" -HOMEPAGE="http://www.arg0.net/rlog" +HOMEPAGE="https://www.arg0.net/rlog" SRC_URI="https://rlog.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-2.1"