mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4845 from shuujii/change-URL-of-mruby.org
Change the URL of `mruby.org` [ci skip]
This commit is contained in:
@@ -30,7 +30,7 @@ You can also install and compile mruby using [ruby-install](https://github.com/p
|
||||
|
||||
## mruby home-page
|
||||
|
||||
The URL of the mruby home-page is: [http://www.mruby.org](http://www.mruby.org).
|
||||
The URL of the mruby home-page is: https://mruby.org.
|
||||
|
||||
## Mailing list
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.summary = %q{MRuby source code wrapper.}
|
||||
spec.description = %q{MRuby source code wrapper for use with Ruby libs.}
|
||||
spec.homepage = "http://www.mruby.org/"
|
||||
spec.homepage = "https://mruby.org"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0")
|
||||
|
||||
Reference in New Issue
Block a user