diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 17:16:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-05 17:32:08 +0100 |
commit | 211748d4754f26a56655bea5dfcecc79ac9667c2 (patch) | |
tree | b93a5f3fc383719eee34f9491a51972f7145192a | |
parent | f7c870f78afa5cdb27726ad9b0db931bbd87ca65 (diff) | |
download | guix-211748d4754f26a56655bea5dfcecc79ac9667c2.tar guix-211748d4754f26a56655bea5dfcecc79ac9667c2.tar.gz |
gnu: papi: Use HTTPS home page.
* gnu/packages/profiling.scm (papi)[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 e70269e9a1..d6f3aede28 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -116,7 +116,7 @@ stealtime lmsensors infiniband powercap" (install-file file doc)) '("README" "RELEASENOTES.txt")) #t)))))) - (home-page "http://icl.cs.utk.edu/papi/") + (home-page "https://icl.utk.edu/papi/") (synopsis "Performance Application Programming Interface") (description "PAPI provides the tool designer and application engineer with a consistent |