mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: colormake: Use HTTPS home page.
* gnu/packages/code.scm (colormake)[home-page]: Use HTTPS.
This commit is contained in:
parent
213c32e4b2
commit
0e564b5e18
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ (define-public colormake
|
||||||
"clmake-short" "colormake.pl")
|
"clmake-short" "colormake.pl")
|
||||||
bin)
|
bin)
|
||||||
#t))))
|
#t))))
|
||||||
(home-page "http://bre.klaki.net/programs/colormake/")
|
(home-page "https://bre.klaki.net/programs/colormake/")
|
||||||
(synopsis "Wrapper around @command{make} to produce colored output")
|
(synopsis "Wrapper around @command{make} to produce colored output")
|
||||||
(description "This package provides a wrapper around @command{make} to
|
(description "This package provides a wrapper around @command{make} to
|
||||||
produce colored output.")
|
produce colored output.")
|
||||||
|
|
Loading…
Reference in a new issue