summary refs log tree commit diff
path: root/pkgs/games/zandronum/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/zandronum/default.nix')
-rw-r--r--pkgs/games/zandronum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/zandronum/default.nix b/pkgs/games/zandronum/default.nix
index 3f1ebb69618..e7200ff22e9 100644
--- a/pkgs/games/zandronum/default.nix
+++ b/pkgs/games/zandronum/default.nix
@@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = https://zandronum.com/;
+    homepage = "https://zandronum.com/";
     description = "Multiplayer oriented port, based off Skulltag, for Doom and Doom II by id Software";
     maintainers = with maintainers; [ lassulus MP2E ];
     license = licenses.unfreeRedistributable;