diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 06:29:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 06:38:57 +0100 |
commit | 0e564b5e18154fe5450a62ccb583591919b46286 (patch) | |
tree | a3d2f2d053210318efd4049f0e951fea4d65095d | |
parent | 213c32e4b231b767458658bdfd673a9832a73a81 (diff) |
gnu: colormake: Use HTTPS home page.
* gnu/packages/code.scm (colormake)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/code.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 2b858c4719..20726cfebc 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.") |