diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-03-29 00:03:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-03-29 14:43:14 +0300 |
commit | 67213a27592122e05c196c490de2ddf990d6832a (patch) | |
tree | 36d107e237ea3435ac9fe9cc9546ed26afc11aca /guix | |
parent | 53b04339fe521f486d3017930a419d5ca8a6cffd (diff) |
download: Use https for main KDE source.
* guix/download.scm (%mirrors)[kde]: Use https URIs for main KDE mirrors.
* tests/lint.scm ("mirror-url: kde suggestion"): New test.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/download.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/guix/download.scm b/guix/download.scm index 4e219c9f49..47a2fcb180 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch> ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2016 David Craven <david@craven.ch> +;;; Copyright © 2016, 2017, 2020, 2022 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com> ;;; @@ -261,8 +262,8 @@ "http://ftp.debian.org/debian/" "http://archive.debian.org/debian/") (kde - "http://download.kde.org" - "http://download.kde.org/Attic" ; for when it gets archived. + "https://download.kde.org/" + "https://download.kde.org/Attic/" ; for when it gets archived. ;; Mirrors from http://files.kde.org/extra/mirrors.html ;; Europe "http://mirror.easyname.at/kde" |