From 57bccb3cb8f6b5dea5c315fcaabdb992498b9314 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 28 Jun 2018 20:43:35 +0200 Subject: treewide: http -> https sources (#42676) * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces --- pkgs/games/nethack/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/nethack') diff --git a/pkgs/games/nethack/default.nix b/pkgs/games/nethack/default.nix index 9dd76581fd8..1ad7565f450 100644 --- a/pkgs/games/nethack/default.nix +++ b/pkgs/games/nethack/default.nix @@ -16,7 +16,7 @@ in stdenv.mkDerivation { name = "nethack-3.6.1"; src = fetchurl { - url = "http://nethack.org/download/3.6.1/nethack-361-src.tgz"; + url = "https://nethack.org/download/3.6.1/nethack-361-src.tgz"; sha256 = "1dha0ijvxhx7c9hr0452h93x81iiqsll8bc9msdnp7xdqcfbz32b"; }; -- cgit 1.4.1