treewide: http to https

This commit is contained in:
Ryan Mulligan
2018-04-30 20:03:23 -07:00
parent 47b25136b1
commit 038a0c9a60
41 changed files with 50 additions and 50 deletions

View File

@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
meta = {
description = "High-performance JIT compiler for PHP/Hack";
homepage = "http://hhvm.com";
homepage = "https://hhvm.com";
license = "PHP/Zend";
platforms = [ "x86_64-linux" ];
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];