diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-14 21:51:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-14 21:59:40 +0100 |
commit | 62d652a710eb47f06ba2c3ba03f690a4bb2c9b95 (patch) | |
tree | 46fd4f0ff774e77898875b948908aa513606f142 /gnu/packages/boost.scm | |
parent | 50995554f87f50f3e300d986b4cb9770174e60af (diff) | |
download | guix-62d652a710eb47f06ba2c3ba03f690a4bb2c9b95.tar guix-62d652a710eb47f06ba2c3ba03f690a4bb2c9b95.tar.gz |
gnu: mdds: Replace dead Google Code home-page.
* gnu/packages/boost.scm (mdds)[home-page]: Update it.
Diffstat (limited to 'gnu/packages/boost.scm')
-rw-r--r-- | gnu/packages/boost.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index ab31fa8c5c..e6abf4d5e3 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -120,7 +120,7 @@ across a broad spectrum of applications.") (build-system gnu-build-system) (propagated-inputs `(("boost" ,boost))) ; inclusion of header files - (home-page "https://code.google.com/p/multidimalgorithm/") + (home-page "https://gitlab.com/mdds/mdds") (synopsis "Multi-dimensional C++ data structures and indexing algorithms") (description "Mdds (multi-dimensional data structure) provides a collection of multi-dimensional data structures and indexing algorithms |