summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:12:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 03:09:51 +0100
commit02e052ba9dc363d2a6aafe04ba79334b5073f6fc (patch)
treedcd96f55db2749c16066d80617a081b88c08dd1b
parent69669b2877da7af012a4ddca2a85cb6f54467b28 (diff)
downloadpatches-02e052ba9dc363d2a6aafe04ba79334b5073f6fc.tar
patches-02e052ba9dc363d2a6aafe04ba79334b5073f6fc.tar.gz
gnu: guile3.0-syntax-highlight: Use HTTPS home page.
* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/guile-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index dbf3c8ee57..a2430b7ea3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -597,7 +597,7 @@ is not available for Guile 2.0.")
highlighting library for GNU Guile. It can parse code written in various
programming languages into a simple s-expression that can be converted to
HTML (via SXML) or any other format for rendering.")
- (home-page "http://dthompson.us/projects/guile-syntax-highlight.html")
+ (home-page "https://dthompson.us/projects/guile-syntax-highlight.html")
(license license:lgpl3+)))
(define-public guile3.0-syntax-highlight