Skip to content
Snippets Groups Projects
Commit b042bdc8 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: lxqt: Update source URLs to use HTTPS.

* gnu/packages/lxqt.scm (libqtxdg, liblxqt, lxqt-common)
  (lxqt-session)[source]: Use HTTPS URLs.
parent 38b20911
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -36,7 +37,7 @@ (define-public libqtxdg ...@@ -36,7 +37,7 @@ (define-public libqtxdg
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "http://downloads.lxqt.org/libqtxdg/" version "/" (string-append "https://downloads.lxqt.org/libqtxdg/" version "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
...@@ -63,7 +64,7 @@ (define-public liblxqt ...@@ -63,7 +64,7 @@ (define-public liblxqt
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "http://downloads.lxqt.org/lxqt/" version "/" (string-append "https://downloads.lxqt.org/lxqt/" version "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
...@@ -91,7 +92,7 @@ (define-public lxqt-common ...@@ -91,7 +92,7 @@ (define-public lxqt-common
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "http://downloads.lxqt.org/lxqt/" version "/" (string-append "https://downloads.lxqt.org/lxqt/" version "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
...@@ -142,7 +143,7 @@ (define-public lxqt-session ...@@ -142,7 +143,7 @@ (define-public lxqt-session
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "http://downloads.lxqt.org/lxqt/" version "/" (string-append "https://downloads.lxqt.org/lxqt/" version "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment