diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:31:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 22:01:40 +0100 |
commit | 20035fa7d7eb06ee06dbc03ecc215a59ace51ad1 (patch) | |
tree | 1e84c3fe33a95bef97d3a669d532cba1be80f0cd /gnu | |
parent | 189c0b33ba47f42d96d68822c5a277cfc47d1e76 (diff) | |
download | guix-20035fa7d7eb06ee06dbc03ecc215a59ace51ad1.tar.gz guix-20035fa7d7eb06ee06dbc03ecc215a59ace51ad1.zip |
gnu: cube: Use HTTPS home page.
* gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/profiling.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index 5cc9113ffe..4d3c3faca0 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -311,7 +311,7 @@ with calls to the POMP2 measurement interface.") (("^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 |