summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-06-28 20:43:35 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-28 20:43:35 +0200
commit57bccb3cb8f6b5dea5c315fcaabdb992498b9314 (patch)
tree9061fa0c994f031f5ffbdb9c84306d216a5b6b9b /pkgs/applications/gis
parent9fb3a0476115a55d320ebe44e9eddaca69c3e975 (diff)
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
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/grass/default.nix2
-rw-r--r--pkgs/applications/gis/qgis/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index b2404df8e56e..a64e9a18e1ad 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -6,7 +6,7 @@
stdenv.mkDerivation {
name = "grass-7.2.2";
src = fetchurl {
- url = http://grass.osgeo.org/grass72/source/grass-7.2.2.tar.gz;
+ url = https://grass.osgeo.org/grass72/source/grass-7.2.2.tar.gz;
sha256 = "0yzljbrxlqp4wbw08n1dvmm4vmwkg8glf1ff4xyh589r5ryb7gxv";
};
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index 279d83e92193..02e874739efe 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
src = fetchurl {
- url = "http://qgis.org/downloads/${name}.tar.bz2";
+ url = "https://qgis.org/downloads/${name}.tar.bz2";
sha256 = "0bm9sv268lc3v48zjypsjjs62xnyb7zabzrms4jsy020waz6sk9g";
};