Skip to content

Commit f070066

Browse files
authored
remove use of unquoted URL literals (#2248)
It has been agreed upon by RFC process that this syntax is not to be used: NixOS/rfcs#45
1 parent 428edfa commit f070066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ghc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ stdenv.mkDerivation (rec {
744744
} // extra-passthru;
745745

746746
meta = {
747-
homepage = http://haskell.org/ghc;
747+
homepage = "https://haskell.org/ghc";
748748
description = "The Glasgow Haskell Compiler";
749749
maintainers = [];
750750
inherit (ghc.meta) license platforms;

0 commit comments

Comments
 (0)