gnu: diffoscope: Use HTTPS.
* gnu/packages/package-management.scm (diffoscope)[home-page]: Use HTTPS.
This commit is contained in:
parent
3b4018d6f2
commit
54360c917e
|
@ -523,7 +523,7 @@ transactions from C or Python.")
|
||||||
;; 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 New Issue