about summary refs log tree commit diff
path: root/pkgs/games/frogatto/data.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/frogatto/data.nix')
-rw-r--r--pkgs/games/frogatto/data.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/frogatto/data.nix b/pkgs/games/frogatto/data.nix
index 6531d407d2197..ab5bbe2dd9fb0 100644
--- a/pkgs/games/frogatto/data.nix
+++ b/pkgs/games/frogatto/data.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/frogatto/frogatto;
+    homepage = "https://github.com/frogatto/frogatto";
     description = "Data files to the frogatto game";
     license = with licenses; [ cc-by-30 unfree ];
     maintainers = with maintainers; [ astro ];