diff options
Diffstat (limited to 'gnu/packages/parallel.scm')
-rw-r--r-- | gnu/packages/parallel.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 2ec866f5f6..6adde3dde9 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 |