summary refs log tree commit diff
path: root/pkgs/games/amoeba/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/amoeba/default.nix')
-rw-r--r--pkgs/games/amoeba/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/amoeba/default.nix b/pkgs/games/amoeba/default.nix
index 491b20d9969..0475a6b50b5 100644
--- a/pkgs/games/amoeba/default.nix
+++ b/pkgs/games/amoeba/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Fast-paced, polished OpenGL demonstration by Excess";
-    homepage = https://packages.qa.debian.org/a/amoeba.html;
+    homepage = "https://packages.qa.debian.org/a/amoeba.html";
     license = licenses.gpl2; # Engine is GPLv2, data files in amoeba-data nonfree
     maintainers = [ maintainers.dezgeg ];
     platforms = platforms.linux;