diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 03:39:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-28 05:36:12 +0200 |
commit | 3b1ccad0ed936d14e942928836cb3b89680339cd (patch) | |
tree | a0c77aed0c38e6fe829128207cf2a84eaaea8084 /gnu | |
parent | aec6c09a3126573d40e0e8a16bb5869a6dde44b5 (diff) | |
download | guix-3b1ccad0ed936d14e942928836cb3b89680339cd.tar guix-3b1ccad0ed936d14e942928836cb3b89680339cd.tar.gz |
gnu: xtensor: Use HTTPS home page.
* gnu/packages/algebra.scm (xtensor)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 771fc53f44..c517f86e53 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -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. |