From 7fcb3935fa0a666e6441f587200c16a39341263b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 Aug 2018 23:33:23 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index 50969c8b16..cdcfbc7898 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 -- cgit v1.2.3