about summary refs log tree commit diff
path: root/pkgs/games/the-powder-toy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/the-powder-toy/default.nix')
-rw-r--r--pkgs/games/the-powder-toy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/the-powder-toy/default.nix b/pkgs/games/the-powder-toy/default.nix
index e07117172ce6..f72307e0172f 100644
--- a/pkgs/games/the-powder-toy/default.nix
+++ b/pkgs/games/the-powder-toy/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A free 2D physics sandbox game";
-    homepage = http://powdertoy.co.uk/;
+    homepage = "http://powdertoy.co.uk/";
     platforms = platforms.unix;
     license = licenses.gpl3;
     maintainers = with maintainers; [ abbradar ];