mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: mdds: Replace dead Google Code home-page.
* gnu/packages/boost.scm (mdds)[home-page]: Update it.
This commit is contained in:
parent
50995554f8
commit
62d652a710
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ (define-public mdds
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue