gnu: papi: Use HTTPS home page.
* gnu/packages/profiling.scm (papi)[home-page]: Use HTTPS.
This commit is contained in:
parent
f7c870f78a
commit
211748d475
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue