mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
86bbfc5004
commit
62418049d1
1 changed files with 3 additions and 3 deletions
|
@ -68,8 +68,8 @@ (define-public dillo
|
|||
(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 @@ (define-public dillo
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue