me
/
guix
Archived
1
0
Fork 0

gnu: ruby-markaby: Use HTTPS home page.

* gnu/packages/ruby.scm (ruby-markaby)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

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