summary refs log tree commit diff
path: root/pkgs/games/chocolate-doom/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/chocolate-doom/default.nix')
-rw-r--r--pkgs/games/chocolate-doom/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/chocolate-doom/default.nix b/pkgs/games/chocolate-doom/default.nix
index 56a926e63f6d0..7eef6b5dff818 100644
--- a/pkgs/games/chocolate-doom/default.nix
+++ b/pkgs/games/chocolate-doom/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = {
-    homepage = http://chocolate-doom.org/;
+    homepage = "http://chocolate-doom.org/";
     description = "A Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.unix;