gnu: maxflow: Use HTTPS home page.
* gnu/packages/maths.scm (maxflow)[home-page]: Use HTTPS.
This commit is contained in:
parent
bdc63012d1
commit
0be9038c95
|
@ -1779,7 +1779,7 @@ ASCII text files using Gmsh's own scripting language.")
|
||||||
(base32
|
(base32
|
||||||
"0rll38whw55h0vcjrrwdnh9ascvxby0ph7n1l0d12z17cg215kkb"))))
|
"0rll38whw55h0vcjrrwdnh9ascvxby0ph7n1l0d12z17cg215kkb"))))
|
||||||
(build-system cmake-build-system)
|
(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")
|
(synopsis "Library implementing Maxflow algorithm")
|
||||||
(description "An implementation of the maxflow algorithm described in
|
(description "An implementation of the maxflow algorithm described in
|
||||||
@cite{An Experimental Comparison of Min-Cut/Max-Flow Algorithms for
|
@cite{An Experimental Comparison of Min-Cut/Max-Flow Algorithms for
|
||||||
|
|
Loading…
Reference in New Issue