guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: xtensor: Use HTTPS home page.


From: guix-commits
Subject: 07/08: gnu: xtensor: Use HTTPS home page.
Date: Fri, 27 Sep 2019 23:44:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3b1ccad0ed936d14e942928836cb3b89680339cd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 28 03:39:17 2019 +0200

    gnu: xtensor: Use HTTPS home page.
    
    * gnu/packages/algebra.scm (xtensor)[home-page]: Use HTTPS.
---
 gnu/packages/algebra.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 771fc53..c517f86 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]