summary refs log tree commit diff
path: root/pkgs/games/liquidwar
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 18:07:00 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:33:09 +0100
commit93e511c31927013e95d485d2eae7ebf08c40d009 (patch)
tree54f4fdd3616be128722ebee1994b367efa790456 /pkgs/games/liquidwar
parent0f868d8116e0d0922d2ab0a2df109e985472f0bf (diff)
downloadnixpkgs-93e511c31927013e95d485d2eae7ebf08c40d009.tar
nixpkgs-93e511c31927013e95d485d2eae7ebf08c40d009.tar.gz
nixpkgs-93e511c31927013e95d485d2eae7ebf08c40d009.tar.bz2
nixpkgs-93e511c31927013e95d485d2eae7ebf08c40d009.tar.lz
nixpkgs-93e511c31927013e95d485d2eae7ebf08c40d009.tar.xz
nixpkgs-93e511c31927013e95d485d2eae7ebf08c40d009.tar.zst
nixpkgs-93e511c31927013e95d485d2eae7ebf08c40d009.zip
Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
Diffstat (limited to 'pkgs/games/liquidwar')
-rw-r--r--pkgs/games/liquidwar/5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/liquidwar/5.nix b/pkgs/games/liquidwar/5.nix
index dfb2934cf77..d748c96da24 100644
--- a/pkgs/games/liquidwar/5.nix
+++ b/pkgs/games/liquidwar/5.nix
@@ -3,7 +3,7 @@ stdenv.mkDerivation rec {
   version = "5.6.4";
   name = "liquidwar5-${version}";
   src = fetchurl {
-    url = "http://download.savannah.gnu.org/releases/liquidwar/liquidwar-${version}.tar.gz";
+    url = "https://download.savannah.gnu.org/releases/liquidwar/liquidwar-${version}.tar.gz";
     sha256 = "18wkbfzp07yckg05b5gjy67rw06z9lxp0hzg0zwj7rz8i12jxi9j";
   };