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 CC413158086 for ; Mon, 20 Dec 2021 21:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11AB2BC00F; Mon, 20 Dec 2021 21:06:22 +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 0A0A62BC00F for ; Mon, 20 Dec 2021 21:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8BAA1342E99 for ; Mon, 20 Dec 2021 21:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D670C23E for ; Mon, 20 Dec 2021 21:06:16 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1640034360.22d77d949c38f767f7f05992db856df09701d750.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clair/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clair/clair-2.1.3.ebuild dev-util/clair/clair-2.1.4.ebuild X-VCS-Directories: dev-util/clair/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 22d77d949c38f767f7f05992db856df09701d750 X-VCS-Branch: master Date: Mon, 20 Dec 2021 21:06:16 +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: e12553af-2b7f-4370-af95-fb17128bb0b1 X-Archives-Hash: 576a1cb61bf0f6f25c0e549c5f74c7ff commit: 22d77d949c38f767f7f05992db856df09701d750 Author: William Hubbs gentoo org> AuthorDate: Mon Dec 20 21:04:22 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Dec 20 21:06:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d77d94 dev-util/clair: fix home page Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs gentoo.org> dev-util/clair/clair-2.1.3.ebuild | 4 ++-- dev-util/clair/clair-2.1.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/clair/clair-2.1.3.ebuild b/dev-util/clair/clair-2.1.3.ebuild index f933a561378c..1c75933038b8 100644 --- a/dev-util/clair/clair-2.1.3.ebuild +++ b/dev-util/clair/clair-2.1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit go-module DESCRIPTION="Vulnerability Static Analysis for Containers" -HOMEPAGE="https://github.com/coreos/clair" +HOMEPAGE="https://github.com/quay/clair" EGO_SUM=( "github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a" diff --git a/dev-util/clair/clair-2.1.4.ebuild b/dev-util/clair/clair-2.1.4.ebuild index f933a561378c..1c75933038b8 100644 --- a/dev-util/clair/clair-2.1.4.ebuild +++ b/dev-util/clair/clair-2.1.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit go-module DESCRIPTION="Vulnerability Static Analysis for Containers" -HOMEPAGE="https://github.com/coreos/clair" +HOMEPAGE="https://github.com/quay/clair" EGO_SUM=( "github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a"