commit: fc17af409fcd1683fcfbb40cb2f37bc85cc42462 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 6 17:05:12 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Feb 11 20:33:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc17af40
app-text/groonga: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/19351 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-text/groonga/groonga-6.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/groonga/groonga-6.1.2.ebuild b/app-text/groonga/groonga-6.1.2.ebuild index 144873b934c..f10e95ad95d 100644 --- a/app-text/groonga/groonga-6.1.2.ebuild +++ b/app-text/groonga/groonga-6.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils libtool ltprune user DESCRIPTION="An Embeddable Fulltext Search Engine" -HOMEPAGE="http://groonga.org/" -SRC_URI="http://packages.groonga.org/source/${PN}/${P}.tar.gz" +HOMEPAGE="https://groonga.org/" +SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"
