commit:     c4fa15769da7fec0b8e44f0d2ee1f39b7721b109
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Apr  5 09:37:55 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 22:22:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fa1576

dev-libs/locked_sstream: use HTTPS.

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild 
b/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild
index ad4a819e4c5..fc095c3dbf7 100644
--- a/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild
+++ b/dev-libs/locked_sstream/locked_sstream-0.0.5.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
@@ -9,8 +9,8 @@ PYTHON_REQ_USE="threads(+)"
 inherit python-any-r1 waf-utils
 
 DESCRIPTION="tiny C++ library which wraps std::stringstream in a mutex"
-HOMEPAGE="http://carlh.net/locked_sstream";
-SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2";
+HOMEPAGE="https://carlh.net/locked_sstream";
+SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"

Reply via email to