gnu: colordiff: Use HTTPS home page.
* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
This commit is contained in:
parent
fc622383a7
commit
8cccd09d3e
|
@ -171,7 +171,7 @@ refreshed, and more.")
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue