diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-10 00:44:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-10 13:35:33 +0100 |
commit | e0f6d366ca8508d4a49eb636e8ee7e047079e32a (patch) | |
tree | 4af62f7e417c9083cd5936ec8a023f7ea6cd689b /gnu/packages/xfce.scm | |
parent | b5bf3dd996943df5e93c9b9bc2c07f51e316844a (diff) | |
download | patches-e0f6d366ca8508d4a49eb636e8ee7e047079e32a.tar patches-e0f6d366ca8508d4a49eb636e8ee7e047079e32a.tar.gz |
gnu: xfce4-whiskermenu-plugin: Download over HTTPS.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin)[source]: Use HTTPS.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 819fdec164..8250e461a4 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 |