diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 00:45:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 02:45:16 +0100 |
commit | abf7fed5000f7dc652068e8f26d184787f49cc93 (patch) | |
tree | e2f093708f598cb14a7e7dfe12fa9fc2626b8d19 /gnu/packages/admin.scm | |
parent | d62ab6572b1d63678de224f080ce6dde7538a5d0 (diff) | |
download | guix-abf7fed5000f7dc652068e8f26d184787f49cc93.tar guix-abf7fed5000f7dc652068e8f26d184787f49cc93.tar.gz |
gnu: stress: Use newer and HTTPS home page.
* gnu/packages/admin.scm (stress)[home-page]: Use HTTPS and ‘sid’ code
name, which is more up to date and will remain so.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 8e2d197fb6..57673510d1 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1151,7 +1151,7 @@ development, not the kernel implementation of ACPI.") (base32 "1v9vnzlihqfjsxa93hdbrq72pqqk00dkylmlg8jpxhm7s1w9qfl1")))) (build-system gnu-build-system) - (home-page "http://packages.debian.org/wheezy/stress") + (home-page "https://packages.debian.org/sid/stress") (synopsis "Impose load on and stress test a computer system") (description "Stress is a tool that imposes a configurable amount of CPU, memory, I/O, |