commit: 88a5106098348a55dc22fd8df633b3fcf20f369c Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Fri Jan 8 10:22:29 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Jan 8 10:22:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a51060
media-libs/libkeyfinder: fixed homepage and src_uri 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 <fordfrog <AT> gentoo.org> media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild index 9a3be69a665..a6032b4b6ff 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"
