guix-commits
[Top][All Lists]
Advanced

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

02/18: gnu: dillo: Use HTTPS home page.


From: guix-commits
Subject: 02/18: gnu: dillo: Use HTTPS home page.
Date: Sun, 19 Jan 2020 12:26:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 62418049d156368c70eec69ca08490f7afff56aa
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 12:54:20 2020 +0100

    gnu: dillo: Use HTTPS home page.
    
    * gnu/packages/web-browsers.scm (dillo)[home-page]: Use HTTPS.
    [source]: Likewise.  Don't hard-code NAME in source URI.
---
 gnu/packages/web-browsers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index f55ee11..0c18191 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -68,8 +68,8 @@
     (version "3.0.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.dillo.org/download/";
-                                  name "-" version ".tar.bz2"))
+              (uri (string-append "https://www.dillo.org/download/";
+                                  "dillo-" version ".tar.bz2"))
               (sha256
                (base32
                 "12ql8n1lypv3k5zqgwjxlw1md90ixz3ag6j1gghfnhjq3inf26yv"))))
@@ -90,7 +90,7 @@
     (synopsis "Very small and fast graphical web browser")
     (description "Dillo is a minimalistic web browser particularly intended for
 older or slower computers and embedded systems.")
-    (home-page "http://www.dillo.org";)
+    (home-page "https://www.dillo.org";)
     (license license:gpl3+)))
 
 (define-public links



reply via email to

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