kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 339e93056962ca599a3237ef3ee6f53dded26126
Author: Tobias Geerinckx-Rice <[email protected]>
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