summary refs log tree commit diff
path: root/pkgs/development/libraries/shapelib
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-08-10 20:37:56 +0200
committerRobin Gloster <mail@glob.in>2017-08-11 11:40:35 +0200
commit64b57cfc1d9ba2758fa7237997261d497d9e721a (patch)
tree0595d2b735efa17749826894147963b6955f50c5 /pkgs/development/libraries/shapelib
parent400abb88773baa286eec3451267e7397f2be39b3 (diff)
downloadnixpkgs-64b57cfc1d9ba2758fa7237997261d497d9e721a.tar
nixpkgs-64b57cfc1d9ba2758fa7237997261d497d9e721a.tar.gz
nixpkgs-64b57cfc1d9ba2758fa7237997261d497d9e721a.tar.bz2
nixpkgs-64b57cfc1d9ba2758fa7237997261d497d9e721a.tar.lz
nixpkgs-64b57cfc1d9ba2758fa7237997261d497d9e721a.tar.xz
nixpkgs-64b57cfc1d9ba2758fa7237997261d497d9e721a.tar.zst
nixpkgs-64b57cfc1d9ba2758fa7237997261d497d9e721a.zip
shapelib: use not HTTPS as TLS is configured incorrectly
Diffstat (limited to 'pkgs/development/libraries/shapelib')
-rw-r--r--pkgs/development/libraries/shapelib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/shapelib/default.nix b/pkgs/development/libraries/shapelib/default.nix
index 529dee9376a..b481bd0cf65 100644
--- a/pkgs/development/libraries/shapelib/default.nix
+++ b/pkgs/development/libraries/shapelib/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
   name = "shapelib-1.4.0";
 
   src = fetchurl {
-    url = "https://download.osgeo.org/shapelib/${name}.tar.gz";
+    url = "http://download.osgeo.org/shapelib/${name}.tar.gz";
     sha256 = "18d7j5pn5srika7q3f90j0l2l4526xsjd64pin6z2b0gd7rdbp9y";
   };