guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: opari2: Use HTTPS home page.


From: guix-commits
Subject: 03/07: gnu: opari2: Use HTTPS home page.
Date: Wed, 8 May 2019 17:26:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9f53d58ae112faca1f77490d763783c408a5ee18
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 8 21:35:40 2019 +0200

    gnu: opari2: Use HTTPS home page.
    
    * gnu/packages/profiling.scm (opari2)[home-page]: Use HTTPS.
---
 gnu/packages/profiling.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index dd0acc8..57f6b5c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]