diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-14 08:46:30 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-14 08:48:13 -0500 |
commit | b042bdc8fdc2a89e51da852339c0ee86b7bedaf1 (patch) | |
tree | 515ab25ccd4e3b74eb6010c458309e6a76c041a2 /gnu/packages/lxqt.scm | |
parent | 38b209110eb86a0b7b619cd5f99a67bf9cd43918 (diff) | |
download | patches-b042bdc8fdc2a89e51da852339c0ee86b7bedaf1.tar patches-b042bdc8fdc2a89e51da852339c0ee86b7bedaf1.tar.gz |
gnu: lxqt: Update source URLs to use HTTPS.
* gnu/packages/lxqt.scm (libqtxdg, liblxqt, lxqt-common)
(lxqt-session)[source]: Use HTTPS URLs.
Diffstat (limited to 'gnu/packages/lxqt.scm')
-rw-r--r-- | gnu/packages/lxqt.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index d840ff0098..677b580bed 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com> +;;; Copyright © 2016 Mark H Weaver <mhw@netris.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,7 +37,7 @@ (origin (method url-fetch) (uri - (string-append "http://downloads.lxqt.org/libqtxdg/" version "/" + (string-append "https://downloads.lxqt.org/libqtxdg/" version "/" name "-" version ".tar.xz")) (sha256 (base32 @@ -63,7 +64,7 @@ in Qt.") (origin (method url-fetch) (uri - (string-append "http://downloads.lxqt.org/lxqt/" version "/" + (string-append "https://downloads.lxqt.org/lxqt/" version "/" name "-" version ".tar.xz")) (sha256 (base32 @@ -91,7 +92,7 @@ components of the LXQt desktop environment.") (origin (method url-fetch) (uri - (string-append "http://downloads.lxqt.org/lxqt/" version "/" + (string-append "https://downloads.lxqt.org/lxqt/" version "/" name "-" version ".tar.xz")) (sha256 (base32 @@ -142,7 +143,7 @@ desktop environment.") (origin (method url-fetch) (uri - (string-append "http://downloads.lxqt.org/lxqt/" version "/" + (string-append "https://downloads.lxqt.org/lxqt/" version "/" name "-" version ".tar.xz")) (sha256 (base32 |