about summary refs log tree commit diff
path: root/pkgs/games/zaz/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/zaz/default.nix')
-rw-r--r--pkgs/games/zaz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/zaz/default.nix b/pkgs/games/zaz/default.nix
index 81d42b1b29416..ebc7dff5406cb 100644
--- a/pkgs/games/zaz/default.nix
+++ b/pkgs/games/zaz/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     broken = stdenv.isDarwin;
     description = "A puzzle game about arranging balls in triplets, like Luxor, Zuma, or Puzzle Bobble";
-    homepage = "http://zaz.sourceforge.net/";
+    homepage = "https://zaz.sourceforge.net/";
     license = licenses.gpl3;
     maintainers = with maintainers; [ fgaz ];
     platforms = platforms.all;