Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libburn/
Date: Fri, 16 Apr 2021 20:41:10
Message-Id: 1618605653.9827171b67a96cee9b0250782078055063b3f497.mattst88@gentoo
1 commit: 9827171b67a96cee9b0250782078055063b3f497
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 20:39:06 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 20:40:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9827171b
7
8 dev-libs/libburn: Fix HOMEPAGE
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libburn/libburn-1.5.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libburn/libburn-1.5.4.ebuild b/dev-libs/libburn/libburn-1.5.4.ebuild
16 index 49396c70db5..a728b41049f 100644
17 --- a/dev-libs/libburn/libburn-1.5.4.ebuild
18 +++ b/dev-libs/libburn/libburn-1.5.4.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DESCRIPTION="Open-source library for reading, mastering and writing optical discs"
23 -HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home"
24 +HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wiki/Libburn"
25 SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
26
27 LICENSE="GPL-2"