gnu: ruby-markaby: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-markaby)[home-page]: Use HTTPS.
This commit is contained in:
parent
efc0a5878a
commit
41181b7696
1 changed files with 1 additions and 1 deletions
|
@ -2482,7 +2482,7 @@ (define-public ruby-markaby
|
|||
"Markaby allows writing HTML packages in pure Ruby. This is similar to
|
||||
the functionality provided by @acronym{ERB, Embedded Ruby}, but without the
|
||||
mixture of HTML and additional ERB syntax.")
|
||||
(home-page "http://markaby.github.io/")
|
||||
(home-page "https://markaby.github.io/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-maruku
|
||||
|
|
Loading…
Reference in a new issue