gnu: xtensor: Use HTTPS home page.
* gnu/packages/algebra.scm (xtensor)[home-page]: Use HTTPS.master
parent
aec6c09a31
commit
3b1ccad0ed
|
@ -1005,7 +1005,7 @@ features, and more.")
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'("-DBUILD_TESTS=ON")
|
'("-DBUILD_TESTS=ON")
|
||||||
#:test-target "xtest"))
|
#:test-target "xtest"))
|
||||||
(home-page "http://quantstack.net/xtensor")
|
(home-page "https://quantstack.net/xtensor")
|
||||||
(synopsis "C++ tensors with broadcasting and lazy computing")
|
(synopsis "C++ tensors with broadcasting and lazy computing")
|
||||||
(description "xtensor is a C++ library meant for numerical analysis with
|
(description "xtensor is a C++ library meant for numerical analysis with
|
||||||
multi-dimensional array expressions.
|
multi-dimensional array expressions.
|
||||||
|
|
Reference in New Issue