about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/frogatto/engine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/frogatto/engine.nix')
-rw-r--r--nixpkgs/pkgs/games/frogatto/engine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/games/frogatto/engine.nix b/nixpkgs/pkgs/games/frogatto/engine.nix
index 5254ff25b025..d51cfcb8f205 100644
--- a/nixpkgs/pkgs/games/frogatto/engine.nix
+++ b/nixpkgs/pkgs/games/frogatto/engine.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/anura-engine/anura;
+    homepage = "https://github.com/anura-engine/anura";
     description = "Game engine used by Frogatto";
     license = licenses.zlib;
     platforms = platforms.linux;