about summary refs log tree commit diff
path: root/pkgs/development/libraries/mdds/0.12.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mdds/0.12.1.nix')
-rw-r--r--pkgs/development/libraries/mdds/0.12.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mdds/0.12.1.nix b/pkgs/development/libraries/mdds/0.12.1.nix
index 3c3a874c8ad01..1c6134d0480b8 100644
--- a/pkgs/development/libraries/mdds/0.12.1.nix
+++ b/pkgs/development/libraries/mdds/0.12.1.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = {
-    homepage = https://code.google.com/p/multidimalgorithm/;
+    homepage = https://gitlab.com/mdds/mdds;
     description = "A collection of multi-dimensional data structure and indexing algorithm";
     platforms = stdenv.lib.platforms.all;
   };