guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: slurm: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 09/10: gnu: slurm: Use HTTPS for home page.
Date: Wed, 17 Jan 2018 22:24:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 912575870825de2495de912d6c0a5f1c1e1b52dc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 17 19:22:15 2018 +0100

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

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 2ec866f..6adde3d 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -139,7 +139,7 @@ and they are executed on lists of files, hosts, users or 
other items.")
       (modify-phases %standard-phases
         (add-after 'unpack 'autoconf
           (lambda _ (invoke "autoconf")))))) ; configure.ac was patched
-   (home-page "http://slurm.schedmd.com/";)
+   (home-page "https://slurm.schedmd.com/";)
    (synopsis "Workload manager for cluster computing")
    (description
     "SLURM is a fault-tolerant and highly scalable cluster management and job



reply via email to

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