flann: update homepage

This commit is contained in:
Renaud 2022-02-06 11:42:01 +01:00 committed by c0bw3b
parent 31683fe55d
commit 8b4979c750

View file

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
buildInputs = lib.optionals enablePython [ python3 ];
meta = {
homepage = "http://people.cs.ubc.ca/~mariusm/flann/";
homepage = "https://github.com/flann-lib/flann";
license = lib.licenses.bsd3;
description = "Fast approximate nearest neighbor searches in high dimensional spaces";
maintainers = with lib.maintainers; [viric];