gnu: colormake: Use HTTPS home page.

* gnu/packages/code.scm (colormake)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 06:29:05 +01:00
parent 213c32e4b2
commit 0e564b5e18
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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.")