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 4095F139337 for ; Wed, 28 Jul 2021 16:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A26A7E08BF; Wed, 28 Jul 2021 16:22:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 883EDE08BF for ; Wed, 28 Jul 2021 16:22:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A9836342E3B for ; Wed, 28 Jul 2021 16:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E98A737 for ; Wed, 28 Jul 2021 16:22:31 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1627489321.b13c1f48dc220976064484be869f51d71763f259.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/broot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/broot/broot-1.6.1.ebuild X-VCS-Directories: app-misc/broot/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b13c1f48dc220976064484be869f51d71763f259 X-VCS-Branch: master Date: Wed, 28 Jul 2021 16:22:31 +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: 004397b5-ff7e-40be-b95f-668c43e5fb3b X-Archives-Hash: 37499e920082cdfbba949be1981efa9c commit: b13c1f48dc220976064484be869f51d71763f259 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jul 28 16:22:01 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 28 16:22:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13c1f48 app-misc/broot: update HOMEPAGE Signed-off-by: Joonas Niilola gentoo.org> app-misc/broot/broot-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/broot/broot-1.6.1.ebuild b/app-misc/broot/broot-1.6.1.ebuild index 43743c10cf7..9f1da71e641 100644 --- a/app-misc/broot/broot-1.6.1.ebuild +++ b/app-misc/broot/broot-1.6.1.ebuild @@ -208,7 +208,7 @@ yaml-rust-0.4.5 inherit cargo DESCRIPTION="A new way to see and navigate directory trees" -HOMEPAGE="https://dystroy.org/broot/" +HOMEPAGE="https://dystroy.org/broot/ https://github.com/Canop/broot" SRC_URI="https://github.com/Canop/broot/archive/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris)"