From c8bbedd93f12b40175a7c3b17eccfb13f99d0482 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Thu, 20 Jul 2017 19:01:25 +0000 Subject: [PATCH] Change license in gemspec --- lita-tox.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lita-tox.gemspec b/lita-tox.gemspec index 424d2c9..39da14f 100644 --- a/lita-tox.gemspec +++ b/lita-tox.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.summary = 'Tox adapter for the Lita chat bot' spec.description = 'Tox adapter for the Lita chat bot.' spec.homepage = 'https://github.com/braiden-vasco/lita-tox' - spec.license = 'MIT' + spec.license = 'GPL-3.0' spec.metadata['lita_plugin_type'] = 'adapter'