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 954091382C5 for ; Fri, 16 Apr 2021 20:41:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0B31E083E; Fri, 16 Apr 2021 20:41:08 +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 7D7A5E083E for ; Fri, 16 Apr 2021 20:41:08 +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 6ACF6340997 for ; Fri, 16 Apr 2021 20:41:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C72C643 for ; Fri, 16 Apr 2021 20:41:05 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618605653.9827171b67a96cee9b0250782078055063b3f497.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libburn/libburn-1.5.4.ebuild X-VCS-Directories: dev-libs/libburn/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9827171b67a96cee9b0250782078055063b3f497 X-VCS-Branch: master Date: Fri, 16 Apr 2021 20:41:05 +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: 72da67b1-cb19-4d05-995b-10f65dc97470 X-Archives-Hash: 9811e934af072c2e701615ca274a880a commit: 9827171b67a96cee9b0250782078055063b3f497 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 16 20:39:06 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 16 20:40:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9827171b dev-libs/libburn: Fix HOMEPAGE Signed-off-by: Matt Turner gentoo.org> dev-libs/libburn/libburn-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libburn/libburn-1.5.4.ebuild b/dev-libs/libburn/libburn-1.5.4.ebuild index 49396c70db5..a728b41049f 100644 --- a/dev-libs/libburn/libburn-1.5.4.ebuild +++ b/dev-libs/libburn/libburn-1.5.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Open-source library for reading, mastering and writing optical discs" -HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home" +HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libburn" SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2"