diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-27 10:30:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-27 10:30:06 +0100 |
commit | 648fa3bd89277c27f02fe89a7c17b9ae6495acfb (patch) | |
tree | 665931bce9291f534fc795db4dfdeb941e51c03f /net-libs/liboauth | |
parent | media-gfx/sfftobmp: use https (diff) | |
download | gentoo-648fa3bd89277c27f02fe89a7c17b9ae6495acfb.tar.gz gentoo-648fa3bd89277c27f02fe89a7c17b9ae6495acfb.tar.bz2 gentoo-648fa3bd89277c27f02fe89a7c17b9ae6495acfb.zip |
net-libs/liboauth: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/liboauth')
-rw-r--r-- | net-libs/liboauth/liboauth-1.0.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild index db045636e130..f0475e3b43d8 100644 --- a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C library implementing the OAuth secure authentication protocol" -HOMEPAGE="http://liboauth.sourceforge.net/" +HOMEPAGE="https://liboauth.sourceforge.io/" SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz" LICENSE="|| ( GPL-2 MIT )" |