Archived
1
0
Fork 0

gnu: guile3.0-syntax-highlight: Use HTTPS home page.

* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:12:08 +01:00
parent 69669b2877
commit 02e052ba9d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -597,7 +597,7 @@ is not available for Guile 2.0.")
highlighting library for GNU Guile. It can parse code written in various highlighting library for GNU Guile. It can parse code written in various
programming languages into a simple s-expression that can be converted to programming languages into a simple s-expression that can be converted to
HTML (via SXML) or any other format for rendering.") 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+))) (license license:lgpl3+)))
(define-public guile3.0-syntax-highlight (define-public guile3.0-syntax-highlight