summary refs log tree commit diff
path: root/pkgs/development/libraries/ilmbase
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-07-10 12:52:51 -0700
committerRyan Mulligan <ryan@ryantm.com>2019-07-10 12:52:51 -0700
commit508ae42a0f64c350036d722b84c2e2905bbc5418 (patch)
tree126146afea5f0c9c06c912ac0621e67047bd068d /pkgs/development/libraries/ilmbase
parent42559f1cf1ffac88c49f9c47d94d3f8499a052ec (diff)
downloadnixpkgs-508ae42a0f64c350036d722b84c2e2905bbc5418.tar
nixpkgs-508ae42a0f64c350036d722b84c2e2905bbc5418.tar.gz
nixpkgs-508ae42a0f64c350036d722b84c2e2905bbc5418.tar.bz2
nixpkgs-508ae42a0f64c350036d722b84c2e2905bbc5418.tar.lz
nixpkgs-508ae42a0f64c350036d722b84c2e2905bbc5418.tar.xz
nixpkgs-508ae42a0f64c350036d722b84c2e2905bbc5418.tar.zst
nixpkgs-508ae42a0f64c350036d722b84c2e2905bbc5418.zip
treewide: fix redirect URLs
Diffstat (limited to 'pkgs/development/libraries/ilmbase')
-rw-r--r--pkgs/development/libraries/ilmbase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/ilmbase/default.nix b/pkgs/development/libraries/ilmbase/default.nix
index 42cf7780262..2d22788e1ec 100644
--- a/pkgs/development/libraries/ilmbase/default.nix
+++ b/pkgs/development/libraries/ilmbase/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   doCheck = stdenv.isx86_64;
 
   meta = with stdenv.lib; {
-    homepage = http://www.openexr.com/;
+    homepage = https://www.openexr.com/;
     license = licenses.bsd3;
     platforms = platforms.all;
   };