1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

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 @@ It allows writing tests, checking results and automated testing in Ruby.")
"Markaby allows writing HTML packages in pure Ruby. This is similar to "Markaby allows writing HTML packages in pure Ruby. This is similar to
the functionality provided by @acronym{ERB, Embedded Ruby}, but without the the functionality provided by @acronym{ERB, Embedded Ruby}, but without the
mixture of HTML and additional ERB syntax.") mixture of HTML and additional ERB syntax.")
(home-page "http://markaby.github.io/") (home-page "https://markaby.github.io/")
(license license:expat))) (license license:expat)))
(define-public ruby-maruku (define-public ruby-maruku