mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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")
|
||||
bin)
|
||||
#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")
|
||||
(description "This package provides a wrapper around @command{make} to
|
||||
produce colored output.")
|
||||
|
|
Loading…
Reference in a new issue