summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2021-02-06 18:05:12 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-11 21:33:48 +0100
commitfc17af409fcd1683fcfbb40cb2f37bc85cc42462 (patch)
tree4561c6928558ec763969d31bda51e25721436b24 /app-text/groonga
parentx11-wm/fvwm: use HTTPS, fix LICENSE (diff)
downloadgentoo-fc17af409fcd1683fcfbb40cb2f37bc85cc42462.tar.gz
gentoo-fc17af409fcd1683fcfbb40cb2f37bc85cc42462.tar.bz2
gentoo-fc17af409fcd1683fcfbb40cb2f37bc85cc42462.zip
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@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text/groonga')
-rw-r--r--app-text/groonga/groonga-6.1.2.ebuild6
1 files 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 144873b934c1..f10e95ad95db 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"