diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-08 21:35:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-08 23:21:34 +0200 |
commit | 9f53d58ae112faca1f77490d763783c408a5ee18 (patch) | |
tree | 354033f24161eb19f79f9f776f6ce3cf6e3d5aa0 | |
parent | 2cea4ac780dc1ba6c2ffa99fb2e1b425f735df47 (diff) | |
download | guix-9f53d58ae112faca1f77490d763783c408a5ee18.tar guix-9f53d58ae112faca1f77490d763783c408a5ee18.tar.gz |
gnu: opari2: Use HTTPS home page.
* gnu/packages/profiling.scm (opari2)[home-page]: Use HTTPS.
-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 dd0acc8490..57f6b5ca81 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -184,7 +184,7 @@ memory-efficient event trace data format plus support library.") (inputs `(("gfortran" ,gfortran))) (native-inputs `(("gawk" ,gawk) ; for tests ("which" ,which))) - (home-page "http://www.vi-hps.org/projects/score-p") + (home-page "https://www.vi-hps.org/projects/score-p") (synopsis "OpenMP runtime performance measurement instrumenter") (description "OPARI2 is a source-to-source instrumentation tool for OpenMP and hybrid codes. It surrounds OpenMP directives and runtime library calls |