guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xfce4-whiskermenu-plugin: Download over HTTPS.


From: guix-commits
Subject: 02/03: gnu: xfce4-whiskermenu-plugin: Download over HTTPS.
Date: Sun, 10 Nov 2019 10:06:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e0f6d366ca8508d4a49eb636e8ee7e047079e32a
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]