summary refs log tree commit diff
path: root/pkgs/games/pioneers/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/pioneers/default.nix')
-rw-r--r--pkgs/games/pioneers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/pioneers/default.nix b/pkgs/games/pioneers/default.nix
index 9e292da8c98..f4122dc6bfb 100644
--- a/pkgs/games/pioneers/default.nix
+++ b/pkgs/games/pioneers/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Addicting game based on The Settlers of Catan";
-    homepage = "http://pio.sourceforge.net/";  # https does not work
+    homepage = "https://pio.sourceforge.net/";  # https does not work
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ viric ];
     platforms = platforms.linux;