treewide: http to https

This commit is contained in:
Ryan Mulligan
2018-04-30 21:39:20 -07:00
parent 47b25136b1
commit 038a0c9a60
41 changed files with 50 additions and 50 deletions
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
actually needed for this file (for both .cc and .h files), and by
replacing #includes with forward-declares when possible.
'';
homepage = http://include-what-you-use.org;
homepage = https://include-what-you-use.org;
license = licenses.bsd3;
platforms = platforms.unix;
};