guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: discount: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 13/17: gnu: discount: Use HTTPS home page.
Date: Tue, 14 Aug 2018 11:32:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7fcb3935fa0a666e6441f587200c16a39341263b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 11 23:33:23 2018 +0200

    gnu: discount: Use HTTPS home page.
    
    * gnu/packages/markup.scm (discount)[home-page]: Use HTTPS.
---
 gnu/packages/markup.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 50969c8..cdcfbc7 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -143,7 +143,7 @@ convert it to structurally valid XHTML (or HTML).")
     (description
      "Discount is a markdown implementation, written in C.  It provides a
 @command{markdown} command, and a library.")
-    (home-page "http://www.pell.portland.or.us/~orc/Code/discount/";)
+    (home-page "https://www.pell.portland.or.us/~orc/Code/discount/";)
     (license bsd-3)))
 
 (define-public perl-text-markdown-discount



reply via email to

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