gnu: cube: Use HTTPS home page.
* gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.master
parent
189c0b33ba
commit
20035fa7d7
|
@ -311,7 +311,7 @@ with calls to the POMP2 measurement interface.")
|
||||||
(("^source .*frontend.*$") "")
|
(("^source .*frontend.*$") "")
|
||||||
(((assoc-ref outputs "out")) lib))
|
(((assoc-ref outputs "out")) lib))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://www.scalasca.org/software/cube-4.x/download.html")
|
(home-page "https://www.scalasca.org/software/cube-4.x/download.html")
|
||||||
(synopsis "Performance report explorer for parallel programs")
|
(synopsis "Performance report explorer for parallel programs")
|
||||||
(description
|
(description
|
||||||
"CUBE (CUBE Uniform Behavioral Encoding) is a tool to display a variety
|
"CUBE (CUBE Uniform Behavioral Encoding) is a tool to display a variety
|
||||||
|
|
Reference in New Issue