summary refs log tree commit diff
path: root/pkgs/games/freesweep/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/freesweep/default.nix')
-rw-r--r--pkgs/games/freesweep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/freesweep/default.nix b/pkgs/games/freesweep/default.nix
index 94efe1b650a..fdaaadbe42f 100644
--- a/pkgs/games/freesweep/default.nix
+++ b/pkgs/games/freesweep/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A console minesweeper-style game written in C for Unix-like systems";
-    homepage = https://github.com/rwestlund/freesweep;
+    homepage = "https://github.com/rwestlund/freesweep";
     license = licenses.gpl2;
     maintainers = with maintainers; [ kierdavis ];
     platforms = platforms.unix;