gnu: ruby-asciidoctor: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-asciidoctor)[home-page]: Use HTTPS.
This commit is contained in:
parent
9933a8e739
commit
bba082a1f8
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ (define-public ruby-asciidoctor
|
|||
(description
|
||||
"Asciidoctor is a text processor and publishing toolchain for converting
|
||||
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)))
|
||||
|
||||
(define-public ruby-sporkmonger-rack-mount
|
||||
|
|
Loading…
Reference in a new issue