guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

174/184: gnu: xfce4-whiskermenu-plugin: Download over HTTPS.


From: guix-commits
Subject: 174/184: gnu: xfce4-whiskermenu-plugin: Download over HTTPS.
Date: Wed, 27 Nov 2019 14:37:21 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 339e93056962ca599a3237ef3ee6f53dded26126
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 10 00:44:27 2019 +0100

    gnu: xfce4-whiskermenu-plugin: Download over HTTPS.
    
    * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin)[source]: Use HTTPS.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 819fdec..8250e46 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -466,7 +466,7 @@ keys for controlling the audio volume.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://archive.xfce.org/src/panel-plugins/";
+       (uri (string-append "https://archive.xfce.org/src/panel-plugins/";
                            "xfce4-whiskermenu-plugin/" (version-major+minor 
version) "/"
                            "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
        (sha256



reply via email to

[Prev in Thread] Current Thread [Next in Thread]