From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E3BF158008 for ; Tue, 13 Jun 2023 14:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D8BE08AA; Tue, 13 Jun 2023 14:16:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D3E4E08A8 for ; Tue, 13 Jun 2023 14:16:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B615340D32 for ; Tue, 13 Jun 2023 14:16:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2DABA92 for ; Tue, 13 Jun 2023 14:16:27 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1686665701.e4a71f1b651d72533f281dbf76644307a23ae462.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/bfm/bfm-0.6.4-r4.ebuild X-VCS-Directories: x11-plugins/bfm/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: e4a71f1b651d72533f281dbf76644307a23ae462 X-VCS-Branch: master Date: Tue, 13 Jun 2023 14:16:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6738684-48fd-45f4-87bf-c538ebb79d59 X-Archives-Hash: 5eae87c7ed7ef11968b9af82f6910eb4 commit: e4a71f1b651d72533f281dbf76644307a23ae462 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jun 8 09:11:28 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jun 13 14:15:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a71f1b x11-plugins/bfm: update HOMEPAGE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/bfm/bfm-0.6.4-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/bfm/bfm-0.6.4-r4.ebuild b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild index 1fd42525ff60..9e1bdbf76da7 100644 --- a/x11-plugins/bfm/bfm-0.6.4-r4.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime" -HOMEPAGE="https://github.com/JNRowe-retired/bfm" -SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/JNRowe/bfm" +SRC_URI="https://github.com/JNRowe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"