mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: colordiff: Use HTTPS home page.
* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
This commit is contained in:
parent
fc622383a7
commit
8cccd09d3e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue