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/tools/filesystems/chunkfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/filesystems/chunkfs') diff --git a/pkgs/tools/filesystems/chunkfs/default.nix b/pkgs/tools/filesystems/chunkfs/default.nix index e5b09cbbff3..47428e7f52e 100644 --- a/pkgs/tools/filesystems/chunkfs/default.nix +++ b/pkgs/tools/filesystems/chunkfs/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation rec { name = "chunkfs-${version}"; src = fetchurl { - url = "http://chunkfs.florz.de/chunkfs_${version}.tar.gz"; + url = "https://chunkfs.florz.de/chunkfs_${version}.tar.gz"; sha256 = "4c168fc2b265a6ba34afc565707ea738f34375325763c0596f2cfa1c9b8d40f1"; }; -- cgit 1.4.1