diff --git a/package.json b/package.json index 052a8ef..d0ceda4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Authentication plugin for the Trestle admin framework", "repository": "https://github.com/TrestleAdmin/trestle-auth.git", "author": "Sam Pohlenz ", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "private": true, "scripts": { "dev": "webpack --mode development", diff --git a/trestle-auth.gemspec b/trestle-auth.gemspec index 72802fe..4294362 100644 --- a/trestle-auth.gemspec +++ b/trestle-auth.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.summary = "Authentication plugin for the Trestle admin framework" spec.homepage = "https://www.trestle.io" - spec.license = "LGPL-3.0" + spec.license = "LGPL-3.0-only" spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }