treewide: fix redirect URLs

This commit is contained in:
Ryan Mulligan
2019-07-10 12:52:51 -07:00
parent 42559f1cf1
commit 508ae42a0f
39 changed files with 52 additions and 52 deletions

View File

@@ -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;
};