about summary refs log tree commit diff
path: root/pkgs/games/scummvm/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/scummvm/games.nix')
-rw-r--r--pkgs/games/scummvm/games.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/scummvm/games.nix b/pkgs/games/scummvm/games.nix
index 3cfb87a090a6d..0165a797c3a6e 100644
--- a/pkgs/games/scummvm/games.nix
+++ b/pkgs/games/scummvm/games.nix
@@ -52,7 +52,7 @@ let
       '';
 
       meta = with stdenv.lib; {
-        homepage = https://www.scummvm.org;
+        homepage = "https://www.scummvm.org";
         license = licenses.free; # refer to the readme for exact wording
         maintainers = with maintainers; [ peterhoeg ];
         inherit description;