gnu: colordiff: Use HTTPS home page.

* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-20 00:33:40 +02:00
parent fc622383a7
commit 8cccd09d3e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -171,7 +171,7 @@ (define-public colordiff
(inputs (inputs
`(("perl" ,perl) `(("perl" ,perl)
("xmlto" ,xmlto))) ("xmlto" ,xmlto)))
(home-page "http://www.colordiff.org") (home-page "https://www.colordiff.org")
(synopsis "Display diff output with colors") (synopsis "Display diff output with colors")
(description (description
"Colordiff is Perl script wrapper on top of diff command which provides "Colordiff is Perl script wrapper on top of diff command which provides