diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-11 23:33:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 15:54:30 +0200 |
commit | 7fcb3935fa0a666e6441f587200c16a39341263b (patch) | |
tree | e5c3f558c89d6b24c1806b501601f3f2629c9411 /gnu/packages/markup.scm | |
parent | eed0f1e8725410bb05bb459dda389359c32e36ab (diff) | |
download | patches-7fcb3935fa0a666e6441f587200c16a39341263b.tar patches-7fcb3935fa0a666e6441f587200c16a39341263b.tar.gz |
gnu: discount: Use HTTPS home page.
* gnu/packages/markup.scm (discount)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/markup.scm')
-rw-r--r-- | gnu/packages/markup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |