diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:41:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 20:47:54 +0100 |
commit | 41181b76960c359ad3aea9ff2f2c98e9940b54fb (patch) | |
tree | 6291dfe8aef410096aedabd91b7818fb213327f0 /gnu/packages/ruby.scm | |
parent | efc0a5878a34ffc0cffda6838c1ac8e44f327586 (diff) | |
download | patches-41181b76960c359ad3aea9ff2f2c98e9940b54fb.tar patches-41181b76960c359ad3aea9ff2f2c98e9940b54fb.tar.gz |
gnu: ruby-markaby: Use HTTPS home page.
* gnu/packages/ruby.scm (ruby-markaby)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r-- | gnu/packages/ruby.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 56885fcde3..7028a1b69f 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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 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 |