diff --git a/compiler/ghc/default.nix b/compiler/ghc/default.nix index 6b9b993d8c..414e20341a 100644 --- a/compiler/ghc/default.nix +++ b/compiler/ghc/default.nix @@ -744,7 +744,7 @@ stdenv.mkDerivation (rec { } // extra-passthru; meta = { - homepage = http://haskell.org/ghc; + homepage = "https://haskell.org/ghc"; description = "The Glasgow Haskell Compiler"; maintainers = []; inherit (ghc.meta) license platforms;