about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/mkgmap/testinputs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/mkgmap/testinputs.nix')
-rw-r--r--nixpkgs/pkgs/applications/misc/mkgmap/testinputs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/misc/mkgmap/testinputs.nix b/nixpkgs/pkgs/applications/misc/mkgmap/testinputs.nix
index 0c4516190e00..93c858a38895 100644
--- a/nixpkgs/pkgs/applications/misc/mkgmap/testinputs.nix
+++ b/nixpkgs/pkgs/applications/misc/mkgmap/testinputs.nix
@@ -2,7 +2,7 @@
 let
   fetchTestInput = { res, sha256 }: fetchurl {
     inherit sha256;
-    url = "http://www.mkgmap.org.uk/testinput/${res}";
+    url = "https://www.mkgmap.org.uk/testinput/${res}";
     name = builtins.replaceStrings [ "/" ] [ "__" ] res;
   };
 in