gnu: discount: Use HTTPS home page.
* gnu/packages/markup.scm (discount)[home-page]: Use HTTPS.
This commit is contained in:
parent
eed0f1e872
commit
7fcb3935fa
|
@ -143,7 +143,7 @@ convert it to structurally valid XHTML (or HTML).")
|
||||||
(description
|
(description
|
||||||
"Discount is a markdown implementation, written in C. It provides a
|
"Discount is a markdown implementation, written in C. It provides a
|
||||||
@command{markdown} command, and a library.")
|
@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)))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public perl-text-markdown-discount
|
(define-public perl-text-markdown-discount
|
||||||
|
|
Loading…
Reference in New Issue