From: Michael Mair-Keimberger Date: Wed, 8 May 2019 18:07:03 +0000 (+0200) Subject: app-admin/graylog2: fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1f2a034990d375750e3ed6d58b4137ae1c9ac986;p=gentoo.git app-admin/graylog2: fix HOMEPAGE Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11941 Signed-off-by: Aaron Bauman --- diff --git a/app-admin/graylog2/graylog2-2.4.6.ebuild b/app-admin/graylog2/graylog2-2.4.6.ebuild index 91ea75e61cb4..2e0a76b5fd9d 100644 --- a/app-admin/graylog2/graylog2-2.4.6.ebuild +++ b/app-admin/graylog2/graylog2-2.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 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 user DESCRIPTION="Free and open source log management" -HOMEPAGE="https://graylog.org" +HOMEPAGE="https://www.graylog.org" SRC_URI="https://packages.graylog2.org/releases/graylog/graylog-${PV}.tgz" LICENSE="GPL-3" diff --git a/app-admin/graylog2/graylog2-2.5.1.ebuild b/app-admin/graylog2/graylog2-2.5.1.ebuild index b4ba9c0fe33e..b045b60179ec 100644 --- a/app-admin/graylog2/graylog2-2.5.1.ebuild +++ b/app-admin/graylog2/graylog2-2.5.1.ebuild @@ -6,7 +6,7 @@ EAPI="7" inherit user DESCRIPTION="Free and open source log management" -HOMEPAGE="https://graylog.org" +HOMEPAGE="https://www.graylog.org" SRC_URI="https://packages.graylog2.org/releases/graylog/graylog-${PV}.tgz" LICENSE="GPL-3"