summary refs log tree commit diff
path: root/pkgs/games/soi
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 19:49:28 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:33:08 +0100
commit0f868d8116e0d0922d2ab0a2df109e985472f0bf (patch)
treea023094f43f6c9fcf00cd47639f676f97add3167 /pkgs/games/soi
parenta04a512f343ccdb50068f61954f50ae9ad701460 (diff)
downloadnixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.gz
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.bz2
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.lz
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.xz
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.zst
nixpkgs-0f868d8116e0d0922d2ab0a2df109e985472f0bf.zip
Treewide: use HTTPS on SourceForge
Diffstat (limited to 'pkgs/games/soi')
-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 8d102e98433..7f9f49f363a 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/;
   };
 }