mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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
|
||||
`(("perl" ,perl)
|
||||
("xmlto" ,xmlto)))
|
||||
(home-page "http://www.colordiff.org")
|
||||
(home-page "https://www.colordiff.org")
|
||||
(synopsis "Display diff output with colors")
|
||||
(description
|
||||
"Colordiff is Perl script wrapper on top of diff command which provides
|
||||
|
|
Loading…
Reference in a new issue