From 88a5106098348a55dc22fd8df633b3fcf20f369c Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Fri, 8 Jan 2021 11:22:29 +0100 Subject: media-libs/libkeyfinder: fixed homepage and src_uri MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thanks jospezial for reporting Closes: https://bugs.gentoo.org/764398 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc --- media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-libs/libkeyfinder') diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild index 9a3be69a665b..a6032b4b6ffc 100644 --- a/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild +++ b/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit cmake DESCRIPTION="Musical key detection library for digital audio" -HOMEPAGE="https://github.com/mixxxdj/libKeyFinder" -SRC_URI="https://github.com/mixxxdj/libKeyFinder/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/mixxxdj/libkeyfinder" +SRC_URI="https://github.com/mixxxdj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -- cgit v1.2.3-65-gdbad