mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xfce4-whiskermenu-plugin: Download over HTTPS.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin)[source]: Use HTTPS.
This commit is contained in:
parent
b5bf3dd996
commit
e0f6d366ca
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ (define-public xfce4-whiskermenu-plugin
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue