commit: 59c02dbc07148a3513c61c11670cc9931ba97bae Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Mon Dec 20 23:38:43 2021 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Dec 20 23:43:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c02dbc
net-misc/kafkacat: fix home page Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> net-misc/kafkacat/kafkacat-1.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/kafkacat/kafkacat-1.5.0.ebuild b/net-misc/kafkacat/kafkacat-1.5.0.ebuild index 0e3125abcb97..a3ce11e765e8 100644 --- a/net-misc/kafkacat/kafkacat-1.5.0.ebuild +++ b/net-misc/kafkacat/kafkacat-1.5.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Generic command line non-JVM Apache Kafka producer and consumer" -HOMEPAGE="https://github.com/edenhill/kafkacat" +HOMEPAGE="https://github.com/edenhill/kcat" SRC_URI="https://github.com/edenhill/kafkacat/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2"
