about summary refs log tree commit homepage
path: root/dtas.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-26 07:24:05 +0000
committerEric Wong <e@80x24.org>2015-09-26 07:24:05 +0000
commit324ad2e2e64089706ffc16d96bfe53b7938e41de (patch)
tree229e9d8f01c2f1e124b9465f2de732b7f9286a56 /dtas.gemspec
parent14c37724ba3767132ef6f87793c2dca2691a681d (diff)
downloaddtas-324ad2e2e64089706ffc16d96bfe53b7938e41de.tar.gz
RubyGems still complains about the '+', but it is SPDX-compliant...
Diffstat (limited to 'dtas.gemspec')
-rw-r--r--dtas.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtas.gemspec b/dtas.gemspec
index feb78ff..1bd5141 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -11,5 +11,5 @@ Gem::Specification.new do |s|
   s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
   s.files = manifest
   s.homepage = 'http://dtas.80x24.org/'
-  s.licenses = "GPLv3+"
+  s.licenses = "GPL-3.0+"
 end