summary refs log tree commit diff
path: root/pkgs/applications/kde/fetch.sh
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-10-04 17:23:07 +0000
committerAlyssa Ross <hi@alyssa.is>2021-10-04 17:23:07 +0000
commita8df3e773e35f62efdde98df2aa93028164409d2 (patch)
treefce077d304e0a9ffd8c7d0e96e779ee11db45907 /pkgs/applications/kde/fetch.sh
parent060208c033d325c6a8ae6dadac5149ce58c7b776 (diff)
downloadnixpkgs-a8df3e773e35f62efdde98df2aa93028164409d2.tar
nixpkgs-a8df3e773e35f62efdde98df2aa93028164409d2.tar.gz
nixpkgs-a8df3e773e35f62efdde98df2aa93028164409d2.tar.bz2
nixpkgs-a8df3e773e35f62efdde98df2aa93028164409d2.tar.lz
nixpkgs-a8df3e773e35f62efdde98df2aa93028164409d2.tar.xz
nixpkgs-a8df3e773e35f62efdde98df2aa93028164409d2.tar.zst
nixpkgs-a8df3e773e35f62efdde98df2aa93028164409d2.zip
kde/fetch.sh: use https for getting checksums
Diffstat (limited to 'pkgs/applications/kde/fetch.sh')
-rw-r--r--pkgs/applications/kde/fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/fetch.sh b/pkgs/applications/kde/fetch.sh
index 9c7c1975eac..1d10789bcca 100644
--- a/pkgs/applications/kde/fetch.sh
+++ b/pkgs/applications/kde/fetch.sh
@@ -1 +1 @@
-WGET_ARGS=( http://download.kde.org/stable/release-service/21.08.1/src -A '*.tar.xz' )
+WGET_ARGS=( https://download.kde.org/stable/release-service/21.08.1/src -A '*.tar.xz' )