treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-07-19 18:12:04 -07:00
parent 394ef82451
commit df8062c45b
9 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Vulkan Header files and API registry";
homepage = "http://www.lunarg.com";
homepage = https://www.lunarg.com;
platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];