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 12BD113835A for ; Tue, 22 Dec 2020 08:07:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6480CE0C32; Tue, 22 Dec 2020 08:07:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4F7BDE0C32 for ; Tue, 22 Dec 2020 08:07:10 +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 620673415A3 for ; Tue, 22 Dec 2020 08:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C71E844D for ; Tue, 22 Dec 2020 08:07:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608624423.5d91190777ae1a20007f1983d5a47d2352a34412.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sandbox/sandbox-2.20.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d91190777ae1a20007f1983d5a47d2352a34412 X-VCS-Branch: master Date: Tue, 22 Dec 2020 08:07:06 +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: 2d5c98c7-7d22-45b8-a578-3ceeffe6f96f X-Archives-Hash: ce92bd86f7da7d377f2380c6574004e8 commit: 5d91190777ae1a20007f1983d5a47d2352a34412 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 22 07:41:07 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 22 08:07:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d911907 sys-apps/sandbox: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> sys-apps/sandbox/sandbox-2.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/sandbox/sandbox-2.20.ebuild b/sys-apps/sandbox/sandbox-2.20.ebuild index ea9e34950bc..30e031ff6d9 100644 --- a/sys-apps/sandbox/sandbox-2.20.ebuild +++ b/sys-apps/sandbox/sandbox-2.20.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic multilib-minimal multiprocessing DESCRIPTION="sandbox'd LD_PRELOAD hack" -HOMEPAGE="https://www.gentoo.org/proj/en/portage/sandbox/" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Sandbox" SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" LICENSE="GPL-2"