diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-19 18:53:58 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:17:54 -0400 |
commit | 18fa3b9e15f0ddc092d65f0a8654d30a94ef2704 (patch) | |
tree | 26eeed2e24e6b0d1172b21d61ebd91c9afa049b6 /dev-libs/rlog | |
parent | net-im/openmittsu: Add use dependency on qtmultimedia[widgets]. (diff) | |
download | gentoo-18fa3b9e15f0ddc092d65f0a8654d30a94ef2704.tar.gz gentoo-18fa3b9e15f0ddc092d65f0a8654d30a94ef2704.tar.bz2 gentoo-18fa3b9e15f0ddc092d65f0a8654d30a94ef2704.zip |
dev-libs/rlog: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11413
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/rlog')
-rw-r--r-- | dev-libs/rlog/rlog-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/rlog/rlog-1.4.ebuild b/dev-libs/rlog/rlog-1.4.ebuild index 0a937d761f36..386f5c328d21 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" |