gnu: asciidoc: Use HTTPS home page URI.
* gnu/packages/documentation.scm (asciidoc)[home-page]: Use HTTPS URI.master
parent
b26ad6dbe2
commit
42d1159335
|
@ -111,7 +111,7 @@ release/xsl/current")
|
|||
("docbook-xsl" ,docbook-xsl)
|
||||
("libxml2" ,libxml2)
|
||||
("libxslt" ,libxslt)))
|
||||
(home-page "http://asciidoc.org/")
|
||||
(home-page "https://asciidoc.org/")
|
||||
(synopsis "Text-based document generation system")
|
||||
(description
|
||||
"AsciiDoc is a text document format for writing notes, documentation,
|
||||
|
|
Reference in New Issue