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 A173B1382C5 for ; Fri, 16 Apr 2021 20:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6AEE0830; Fri, 16 Apr 2021 20:41:07 +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 CF5C1E0830 for ; Fri, 16 Apr 2021 20:41:07 +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 CC8F9340B28 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 334FC66A 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: <1618605654.1dfa1e89ae25e03da7b768f373d39b935053553b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisoburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libisoburn/libisoburn-1.5.4.ebuild X-VCS-Directories: dev-libs/libisoburn/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1dfa1e89ae25e03da7b768f373d39b935053553b 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: 61526fdd-bad6-40de-836a-82c10ba71967 X-Archives-Hash: 1c3ceadd265c3d209000bacfb2d49423 commit: 1dfa1e89ae25e03da7b768f373d39b935053553b Author: Matt Turner gentoo org> AuthorDate: Fri Apr 16 20:39:53 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 16 20:40:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfa1e89 dev-libs/libisoburn: Fix HOMEPAGE Signed-off-by: Matt Turner gentoo.org> dev-libs/libisoburn/libisoburn-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libisoburn/libisoburn-1.5.4.ebuild b/dev-libs/libisoburn/libisoburn-1.5.4.ebuild index d2b83150fa0..2534c8e6a8e 100644 --- a/dev-libs/libisoburn/libisoburn-1.5.4.ebuild +++ b/dev-libs/libisoburn/libisoburn-1.5.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media supported by libburn" -HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home" +HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libisoburn" SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2 GPL-3"