guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 13/17: gnu: guile3.0-syntax-highlight: Use HTTPS home page.
Date: Fri, 20 Mar 2020 22:14:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 02e052ba9dc363d2a6aafe04ba79334b5073f6fc
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:12:08 2020 +0100

    gnu: guile3.0-syntax-highlight: Use HTTPS home page.
    
    * gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use 
HTTPS.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index dbf3c8e..a2430b7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]