summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mrbgem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgem.rake b/mrbgem.rake
index 4fac150d3..2b9dea5b1 100644
--- a/mrbgem.rake
+++ b/mrbgem.rake
@@ -1,6 +1,6 @@
MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
- spec.authors = 'mruby developers'
+ spec.authors = 'Internet Initiative Japan Inc.'
spec.cc.include_paths << "#{build.root}/src"
end