guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: uget: Use HTTPS home page URI.


From: guix-commits
Subject: 01/02: gnu: uget: Use HTTPS home page URI.
Date: Mon, 25 May 2020 14:19:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 950f16976aac61be406a802149899d56cbbca625
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 20:19:12 2020 +0200

    gnu: uget: Use HTTPS home page URI.
    
    * gnu/packages/bittorrent.scm (uget)[home-page]: Use HTTPS URI.
---
 gnu/packages/bittorrent.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 14f3815..cbdd901 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]