summary refs log tree commit diff
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 11:42:01 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:38 +0100
commit8b4979c7505dc5d7f9c7c16ed689a5c55ee55272 (patch)
tree071bd40e7b55443202db8c59a319b110d46ea0d4
parent31683fe55dc96b0f947e155dd2e0d1efcdb6cd81 (diff)
downloadnixpkgs-8b4979c7505dc5d7f9c7c16ed689a5c55ee55272.tar
nixpkgs-8b4979c7505dc5d7f9c7c16ed689a5c55ee55272.tar.gz
nixpkgs-8b4979c7505dc5d7f9c7c16ed689a5c55ee55272.tar.bz2
nixpkgs-8b4979c7505dc5d7f9c7c16ed689a5c55ee55272.tar.lz
nixpkgs-8b4979c7505dc5d7f9c7c16ed689a5c55ee55272.tar.xz
nixpkgs-8b4979c7505dc5d7f9c7c16ed689a5c55ee55272.tar.zst
nixpkgs-8b4979c7505dc5d7f9c7c16ed689a5c55ee55272.zip
flann: update homepage
-rw-r--r--pkgs/development/libraries/flann/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/flann/default.nix b/pkgs/development/libraries/flann/default.nix
index 283c815b199..c294aec893a 100644
--- a/pkgs/development/libraries/flann/default.nix
+++ b/pkgs/development/libraries/flann/default.nix
@@ -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];