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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42779158019 for ; Tue, 28 Sep 2021 17:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF4DE0929; Tue, 28 Sep 2021 17:33:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67054E0929 for ; Tue, 28 Sep 2021 17:33:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EDF6342F19 for ; Tue, 28 Sep 2021 17:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DB02111 for ; Tue, 28 Sep 2021 17:33:33 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1632850389.4fb32852e02b082a3b27183ef85118e17c541d54.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwinfo/hwinfo-21.76.ebuild X-VCS-Directories: sys-apps/hwinfo/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 4fb32852e02b082a3b27183ef85118e17c541d54 X-VCS-Branch: master Date: Tue, 28 Sep 2021 17:33:33 +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: b86579e9-d00e-4c95-910a-14573b868c0e X-Archives-Hash: 882a47eccfbef2b602c0f0e40b134c75 commit: 4fb32852e02b082a3b27183ef85118e17c541d54 Author: Ben Kohler gentoo org> AuthorDate: Tue Sep 28 12:52:31 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Sep 28 17:33:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb32852 sys-apps/hwinfo: better homepage Package-Manager: Portage-3.0.24, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> sys-apps/hwinfo/hwinfo-21.76.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/hwinfo/hwinfo-21.76.ebuild b/sys-apps/hwinfo/hwinfo-21.76.ebuild index f1d008f7869..09823f8d203 100644 --- a/sys-apps/hwinfo/hwinfo-21.76.ebuild +++ b/sys-apps/hwinfo/hwinfo-21.76.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit rpm toolchain-funcs DESCRIPTION="Hardware detection tool used in SuSE Linux" -HOMEPAGE="https://www.opensuse.org/" +HOMEPAGE="https://github.com/openSUSE/hwinfo/" #Using srpms from SUSE to get pregenerated changelog, otherwise we could use GH #SRC_URI="https://github.com/openSUSE/hwinfo/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="http://download.opensuse.org/tumbleweed/repo/src-oss/src/${P}-1.1.src.rpm"