gnu: papi: Use HTTPS home page.
* gnu/packages/profiling.scm (papi)[home-page]: Use HTTPS.master
parent
f7c870f78a
commit
211748d475
|
@ -116,7 +116,7 @@ stealtime lmsensors infiniband powercap"
|
||||||
(install-file file doc))
|
(install-file file doc))
|
||||||
'("README" "RELEASENOTES.txt"))
|
'("README" "RELEASENOTES.txt"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://icl.cs.utk.edu/papi/")
|
(home-page "https://icl.utk.edu/papi/")
|
||||||
(synopsis "Performance Application Programming Interface")
|
(synopsis "Performance Application Programming Interface")
|
||||||
(description
|
(description
|
||||||
"PAPI provides the tool designer and application engineer with a consistent
|
"PAPI provides the tool designer and application engineer with a consistent
|
||||||
|
|
Reference in New Issue