about summary refs log tree commit diff
path: root/pkgs/games/soi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/soi/default.nix')
-rw-r--r--pkgs/games/soi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/soi/default.nix b/pkgs/games/soi/default.nix
index 8d102e98433b..7f9f49f363a8 100644
--- a/pkgs/games/soi/default.nix
+++ b/pkgs/games/soi/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.linux;
     license = licenses.free;
-    downloadPage = http://sourceforge.net/projects/soi/files/;
+    downloadPage = https://sourceforge.net/projects/soi/files/;
   };
 }