mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: papi: Use HTTPS home page.
* gnu/packages/profiling.scm (papi)[home-page]: Use HTTPS.
This commit is contained in:
parent
f7c870f78a
commit
211748d475
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ (define-public papi
|
|||
(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 a new issue