diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-07 10:48:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-08 05:29:29 +0200 |
commit | 0be9038c95c65258ca557e5cd084751ee9d8a3ec (patch) | |
tree | 81db73c303d00875e63d54010498b74592b4ff6d | |
parent | bdc63012d142bea789b100699e96aaecdb99f0a4 (diff) | |
download | patches-0be9038c95c65258ca557e5cd084751ee9d8a3ec.tar patches-0be9038c95c65258ca557e5cd084751ee9d8a3ec.tar.gz |
gnu: maxflow: Use HTTPS home page.
* gnu/packages/maths.scm (maxflow)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index b4edc3f073..e46c740e57 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 |