gnu: discount: Use HTTPS home page.

* gnu/packages/markup.scm (discount)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-08-11 23:33:23 +02:00
parent eed0f1e872
commit 7fcb3935fa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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