diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 20:19:12 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 20:19:12 +0200 |
commit | 950f16976aac61be406a802149899d56cbbca625 (patch) | |
tree | 113206594d01bdb8cd7abcdccba29aaf7b89ee21 /gnu/packages/bittorrent.scm | |
parent | 91e2170042324c0a8436605ac178f167c6e999f4 (diff) | |
download | guix-950f16976aac61be406a802149899d56cbbca625.tar.gz |
gnu: uget: Use HTTPS home page URI.
* gnu/packages/bittorrent.scm (uget)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 14f3815b52..cbdd901695 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -336,7 +336,7 @@ Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.") (native-inputs `(("intltool" ,intltool) ("pkg-config" ,pkg-config))) - (home-page "http://ugetdm.com/") + (home-page "https://ugetdm.com/") (synopsis "Universal download manager with GTK+ interface") (description "uGet is portable download manager with GTK+ interface supporting |