nckx pushed a commit to branch master
in repository guix.
commit 0e564b5e18154fe5450a62ccb583591919b46286
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sun Nov 3 06:29:05 2019 +0100
gnu: colormake: Use HTTPS home page.
* gnu/packages/code.scm (colormake)[home-page]: Use HTTPS.
---
gnu/packages/code.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 2b858c4..20726cf 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -499,7 +499,7 @@ importantly we give you proper follow-symbol and
find-references support.")
"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.")