diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-01-08 11:22:29 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-01-08 11:22:29 +0100 |
commit | 88a5106098348a55dc22fd8df633b3fcf20f369c (patch) | |
tree | 98a84add08776d5a84596ecd34ef9c047e806faf /media-libs | |
parent | media-sound/mpc: removed obsolete 0.3{0,1-r1,2} (diff) | |
download | gentoo-88a5106098348a55dc22fd8df633b3fcf20f369c.tar.gz gentoo-88a5106098348a55dc22fd8df633b3fcf20f369c.tar.bz2 gentoo-88a5106098348a55dc22fd8df633b3fcf20f369c.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild | 6 |
1 files 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 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" |