diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-17 19:22:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-18 04:26:43 +0100 |
commit | 912575870825de2495de912d6c0a5f1c1e1b52dc (patch) | |
tree | 09b0aac14120a73619b8dd0d63e840942dee9114 | |
parent | 4ff22ec3b16a90b140721aa10c94c595ccb2c390 (diff) | |
download | patches-912575870825de2495de912d6c0a5f1c1e1b52dc.tar patches-912575870825de2495de912d6c0a5f1c1e1b52dc.tar.gz |
gnu: slurm: Use HTTPS for home page.
* gnu/packages/parallel.scm (slurm)[home-page]: Use HTTPS.
-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 |