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 AFFCC13997D for ; Sat, 9 Nov 2019 11:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8A57E09FB; Sat, 9 Nov 2019 11:46:04 +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 9B5B5E09FB for ; Sat, 9 Nov 2019 11:46:04 +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 AD12D34CB1A for ; Sat, 9 Nov 2019 11:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E1A18AE for ; Sat, 9 Nov 2019 11:45:59 +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: <1573299949.dd306c8c02441b1bdc5a65ad624677ce35ec6341.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/binfind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/binfind/binfind-0.0.3.ebuild X-VCS-Directories: app-text/binfind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dd306c8c02441b1bdc5a65ad624677ce35ec6341 X-VCS-Branch: master Date: Sat, 9 Nov 2019 11:45:59 +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: e831da19-61bf-4bb2-aa24-6108ed18aaac X-Archives-Hash: 64e6cd7c27050d87e635d534c5cbb695 commit: dd306c8c02441b1bdc5a65ad624677ce35ec6341 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 9 11:42:15 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 9 11:45:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd306c8c app-text/binfind: Fix HOMEPAGE Signed-off-by: Michał Górny gentoo.org> app-text/binfind/binfind-0.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild index 8b5a81b45b4..8e402c5ed0e 100644 --- a/app-text/binfind/binfind-0.0.3.ebuild +++ b/app-text/binfind/binfind-0.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Search files for a byte sequence specified on the command line" -HOMEPAGE="http://www.lith.at/binfind" +HOMEPAGE="http://www.lith.at/binfind/" SRC_URI="http://www.lith.at/binfind/${P}.tar.gz" LICENSE="GPL-2+"