about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-01-27 15:00:53 +0100
committerGitHub <noreply@github.com>2020-01-27 15:00:53 +0100
commit80a2740991113c94c4b86fca5c7c628900b14da0 (patch)
treec5f2f4e59c7304ea4acf375dbc1f973b96506ef0 /pkgs/applications/office
parent36da345caa1e4185f62758016c7eaf88d04e8066 (diff)
parent593e11fd944ce961ecf5425c3540df09e4f52265 (diff)
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/zim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/zim/default.nix b/pkgs/applications/office/zim/default.nix
index baf7741ed2227..a9b0f526852d4 100644
--- a/pkgs/applications/office/zim/default.nix
+++ b/pkgs/applications/office/zim/default.nix
@@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
   version = "0.72.0";
 
   src = fetchurl {
-    url = "http://zim-wiki.org/downloads/${name}.tar.gz";
+    url = "https://zim-wiki.org/downloads/${name}.tar.gz";
     sha256 = "1n3gmg7g86s8iwcx0i7rvvfdfs1fzmc9awr9qzjd2rckw4bkxad1";
   };