[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
- branch master updated (9cd3282 -> bed24ec), guix-commits, 2020/01/19
- 01/18: gnu: pfff: Use HTTPS home page., guix-commits, 2020/01/19
- 04/18: gnu: ecryptfs: Use HTTPS home page., guix-commits, 2020/01/19
- 06/18: gnu: elemental: Update home page., guix-commits, 2020/01/19
- 10/18: gnu: minetest-data: Update to 5.1.1., guix-commits, 2020/01/19
- 11/18: gnu: minetest: Update to 5.1.1., guix-commits, 2020/01/19
- 15/18: gnu: quakespasm: Update to 0.93.2., guix-commits, 2020/01/19
- 14/18: gnu: teeworlds: Update to 0.7.4 [security fixes], guix-commits, 2020/01/19
- 02/18: gnu: dillo: Use HTTPS home page.,
guix-commits <=
- 03/18: gnu: font-wqy-zenhei: Use HTTP home page., guix-commits, 2020/01/19
- 05/18: gnu: plantuml: Use HTTPS home page., guix-commits, 2020/01/19
- 07/18: gnu: java-jcommander: Use HTTPS home page., guix-commits, 2020/01/19
- 08/18: gnu: ghc-dense-linear-algebra: Use HTTPS home page., guix-commits, 2020/01/19
- 09/18: gnu: xautolock: Use HTTPS home page., guix-commits, 2020/01/19
- 12/18: gnu: gramps: Update to 5.1.2., guix-commits, 2020/01/19
- 13/18: gnu: odamex: Update to 0.8.1., guix-commits, 2020/01/19
- 16/18: gnu: minetest-data, minetest: Use HTTPS home page., guix-commits, 2020/01/19
- 17/18: gnu: Remove duplicate module imports from (gnu packages gnome)., guix-commits, 2020/01/19
- 18/18: gnu: arc-theme: Fix build., guix-commits, 2020/01/19