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 C68D5138334 for ; Mon, 6 May 2019 17:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3D6DE07D7; Mon, 6 May 2019 17:27:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B631AE07D7 for ; Mon, 6 May 2019 17:27:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4811834395C for ; Mon, 6 May 2019 17:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E2C2566 for ; Mon, 6 May 2019 17:27:41 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1557163651.224198e612890364113eb21a9d072058985043a6.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/p11-kit/p11-kit-0.23.12.ebuild X-VCS-Directories: app-crypt/p11-kit/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 224198e612890364113eb21a9d072058985043a6 X-VCS-Branch: master Date: Mon, 6 May 2019 17:27:41 +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: 03741351-8c20-4ef5-9a7e-5ff1c28c7cb6 X-Archives-Hash: f4c31ebfc7bd8659a03649136557ba88 commit: 224198e612890364113eb21a9d072058985043a6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 6 17:11:05 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon May 6 17:27:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224198e6 app-crypt/p11-kit: update HOMEPAGE Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Alon Bar-Lev gentoo.org> app-crypt/p11-kit/p11-kit-0.23.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild index fc93abcc97d..cce5c647a22 100644 --- a/app-crypt/p11-kit/p11-kit-0.23.12.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.23.12.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" -HOMEPAGE="https://p11-glue.freedesktop.org/p11-kit.html https://github.com/p11-glue/p11-kit" +HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html" SRC_URI="https://github.com/p11-glue/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="MIT"