gnu: ruby-asciidoctor: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-asciidoctor)[home-page]: Use HTTPS.master
parent
9933a8e739
commit
bba082a1f8
|
@ -698,7 +698,7 @@ line of code.")
|
||||||
(description
|
(description
|
||||||
"Asciidoctor is a text processor and publishing toolchain for converting
|
"Asciidoctor is a text processor and publishing toolchain for converting
|
||||||
AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats.")
|
AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats.")
|
||||||
(home-page "http://asciidoctor.org")
|
(home-page "https://asciidoctor.org")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-sporkmonger-rack-mount
|
(define-public ruby-sporkmonger-rack-mount
|
||||||
|
|
Reference in New Issue