diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-11-28 17:52:09 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-11-28 17:54:52 +0900 |
| commit | 1680f2c95eacaea9fa19bf1d2ca1311383607297 (patch) | |
| tree | 69f5574477a9a868a93ed67ff0d86c9a2cc75ff4 /mruby-source.gemspec | |
| parent | 17ec8852700cf84be76a95074ac9a32205b2e071 (diff) | |
| download | mruby-1680f2c95eacaea9fa19bf1d2ca1311383607297.tar.gz mruby-1680f2c95eacaea9fa19bf1d2ca1311383607297.zip | |
Change the URL of `mruby.org` [ci skip]
- `http` -> `https`
- Remove `www.`
Diffstat (limited to 'mruby-source.gemspec')
| -rw-r--r-- | mruby-source.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mruby-source.gemspec b/mruby-source.gemspec index 62d4c0d12..b87dda3a4 100644 --- a/mruby-source.gemspec +++ b/mruby-source.gemspec @@ -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") |
