Skip to content
Snippets Groups Projects
Unverified Commit 62d652a7 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: mdds: Replace dead Google Code home-page.

* gnu/packages/boost.scm (mdds)[home-page]: Update it.
parent 50995554
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ (define-public mdds ...@@ -120,7 +120,7 @@ (define-public mdds
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("boost" ,boost))) ; inclusion of header files `(("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") (synopsis "Multi-dimensional C++ data structures and indexing algorithms")
(description "Mdds (multi-dimensional data structure) provides a (description "Mdds (multi-dimensional data structure) provides a
collection of multi-dimensional data structures and indexing algorithms collection of multi-dimensional data structures and indexing algorithms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment