mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: diffoscope: Use HTTPS.
* gnu/packages/package-management.scm (diffoscope)[home-page]: Use HTTPS.
This commit is contained in:
parent
3b4018d6f2
commit
54360c917e
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ (define-public diffoscope
|
||||||
;; Below are modules used for tests.
|
;; Below are modules used for tests.
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-chardet" ,python-chardet)))
|
("python-chardet" ,python-chardet)))
|
||||||
(home-page "http://diffoscope.org/")
|
(home-page "https://diffoscope.org/")
|
||||||
(synopsis "Compare files, archives, and directories in depth")
|
(synopsis "Compare files, archives, and directories in depth")
|
||||||
(description
|
(description
|
||||||
"Diffoscope tries to get to the bottom of what makes files or directories
|
"Diffoscope tries to get to the bottom of what makes files or directories
|
||||||
|
|
Loading…
Reference in a new issue