mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
69669b2877
commit
02e052ba9d
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ (define-public guile-syntax-highlight
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue