about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-14 19:25:45 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-15 10:10:05 -0400
commit290a5d916e4874a6cb36936b49faf9ef327c249f (patch)
tree22d79f8152549281e5a22455e0951674381b1b4b /pkgs/tools/system
parentbd50fc942be4a648dfb3a11a848dbd2920358035 (diff)
downloadnixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.gz
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.bz2
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.lz
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.xz
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.tar.zst
nixlib-290a5d916e4874a6cb36936b49faf9ef327c249f.zip
treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/ior/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ior/default.nix b/pkgs/tools/system/ior/default.nix
index ead7970da860..ad7715f0fe69 100644
--- a/pkgs/tools/system/ior/default.nix
+++ b/pkgs/tools/system/ior/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   preConfigure = "./bootstrap";
 
   meta = with stdenv.lib; {
-    homepage = http://www.nersc.gov/users/computational-systems/cori/nersc-8-procurement/trinity-nersc-8-rfp/nersc-8-trinity-benchmarks/ior/;
+    homepage = https://www.nersc.gov/users/computational-systems/cori/nersc-8-procurement/trinity-nersc-8-rfp/nersc-8-trinity-benchmarks/ior/;
     description = "Parallel file system I/O performance test";
     license = licenses.gpl2;
     platforms = platforms.linux;