about summary refs log tree commit diff
path: root/pkgs/games
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
parenta04a512f343ccdb50068f61954f50ae9ad701460 (diff)
downloadnixlib-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar
nixlib-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.gz
nixlib-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.bz2
nixlib-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.lz
nixlib-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.xz
nixlib-0f868d8116e0d0922d2ab0a2df109e985472f0bf.tar.zst
nixlib-0f868d8116e0d0922d2ab0a2df109e985472f0bf.zip
Treewide: use HTTPS on SourceForge
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gltron/default.nix2
-rw-r--r--pkgs/games/quantumminigolf/default.upstream2
-rw-r--r--pkgs/games/soi/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/gltron/default.nix b/pkgs/games/gltron/default.nix
index 610fba5057d0..bd3ae0b2e123 100644
--- a/pkgs/games/gltron/default.nix
+++ b/pkgs/games/gltron/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
   patches = [ ./gentoo-prototypes.patch ];
 
   postPatch = ''
-     # Fix http://sourceforge.net/p/gltron/bugs/15
+     # Fix https://sourceforge.net/p/gltron/bugs/15
      sed -i /__USE_MISC/d lua/src/lib/liolib.c
   '';
 
diff --git a/pkgs/games/quantumminigolf/default.upstream b/pkgs/games/quantumminigolf/default.upstream
index 813c3643a3cc..a994bb1a6cbe 100644
--- a/pkgs/games/quantumminigolf/default.upstream
+++ b/pkgs/games/quantumminigolf/default.upstream
@@ -1,4 +1,4 @@
-url http://sourceforge.net/projects/quantumminigolf/files/quantumminigolf/
+url https://sourceforge.net/projects/quantumminigolf/files/quantumminigolf/
 SF_version_dir
 version_link '[.]tar[.][^.]+/download$'
 SF_redirect
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/;
   };
 }