From: Andreas Sturmlechner Date: Sat, 23 May 2020 09:44:17 +0000 (+0200) Subject: sci-libs/flann: Fix HOMEPAGE, old one was dead X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=67970b58a844a1604acf62765810abb7f7cc3658;p=gentoo.git sci-libs/flann: Fix HOMEPAGE, old one was dead Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- diff --git a/sci-libs/flann/flann-1.9.1-r3.ebuild b/sci-libs/flann/flann-1.9.1-r3.ebuild index b34a54471dc5..e53d428ee73c 100644 --- a/sci-libs/flann/flann-1.9.1-r3.ebuild +++ b/sci-libs/flann/flann-1.9.1-r3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake cuda flag-o-matic toolchain-funcs DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional spaces" -HOMEPAGE="https://www.cs.ubc.ca/research/flann/" +HOMEPAGE="https://github.com/mariusmuja/flann" SRC_URI="https://github.com/mariusmuja/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"