guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: maxflow: Use HTTPS home page.


From: guix-commits
Subject: 07/14: gnu: maxflow: Use HTTPS home page.
Date: Mon, 7 Oct 2019 23:30:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0be9038c95c65258ca557e5cd084751ee9d8a3ec
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 7 10:48:41 2019 +0200

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

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b4edc3f..e46c740 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1779,7 +1779,7 @@ ASCII text files using Gmsh's own scripting language.")
                (base32
                 "0rll38whw55h0vcjrrwdnh9ascvxby0ph7n1l0d12z17cg215kkb"))))
     (build-system cmake-build-system)
-    (home-page "http://pub.ist.ac.at/~vnk/software.html";)
+    (home-page "https://pub.ist.ac.at/~vnk/software.html";)
     (synopsis "Library implementing Maxflow algorithm")
     (description "An implementation of the maxflow algorithm described in
 @cite{An Experimental Comparison of Min-Cut/Max-Flow Algorithms for



reply via email to

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