mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cube: Use HTTPS home page.
* gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.
This commit is contained in:
parent
189c0b33ba
commit
20035fa7d7
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ (define-public cube
|
|||
(("^source .*frontend.*$") "")
|
||||
(((assoc-ref outputs "out")) lib))
|
||||
#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")
|
||||
(description
|
||||
"CUBE (CUBE Uniform Behavioral Encoding) is a tool to display a variety
|
||||
|
|
Loading…
Reference in a new issue