summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/ghc/8.8.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ghc/8.8.1.nix')
-rw-r--r--pkgs/development/compilers/ghc/8.8.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/8.8.1.nix b/pkgs/development/compilers/ghc/8.8.1.nix
index cc9dab51df73..58b1cf468806 100644
--- a/pkgs/development/compilers/ghc/8.8.1.nix
+++ b/pkgs/development/compilers/ghc/8.8.1.nix
@@ -221,7 +221,7 @@ stdenv.mkDerivation (rec {
};
meta = {
- homepage = http://haskell.org/ghc;
+ homepage = "http://haskell.org/ghc";
description = "The Glasgow Haskell Compiler";
maintainers = with stdenv.lib.maintainers; [ marcweber andres peti ];
inherit (ghc.meta) license platforms;