gnu: xtensor: Use HTTPS home page.

* gnu/packages/algebra.scm (xtensor)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2019-09-28 03:39:17 +02:00
parent aec6c09a31
commit 3b1ccad0ed
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ features, and more.")
`(#:configure-flags
'("-DBUILD_TESTS=ON")
#:test-target "xtest"))
(home-page "http://quantstack.net/xtensor")
(home-page "https://quantstack.net/xtensor")
(synopsis "C++ tensors with broadcasting and lazy computing")
(description "xtensor is a C++ library meant for numerical analysis with
multi-dimensional array expressions.