gnu: ruby-markaby: Use HTTPS home page.

* gnu/packages/ruby.scm (ruby-markaby)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:41:09 +01:00
parent efc0a5878a
commit 41181b7696
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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