File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Authentication plugin for the Trestle admin framework" ,
5
5
"repository" : " https://github.com/TrestleAdmin/trestle-auth.git" ,
6
6
"author" : " Sam Pohlenz <sam@sampohlenz.com>" ,
7
- "license" : " LGPL-3.0" ,
7
+ "license" : " LGPL-3.0-only " ,
8
8
"private" : true ,
9
9
"scripts" : {
10
10
"dev" : " webpack --mode development" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
9
9
spec . summary = "Authentication plugin for the Trestle admin framework"
10
10
spec . homepage = "https://www.trestle.io"
11
- spec . license = "LGPL-3.0"
11
+ spec . license = "LGPL-3.0-only "
12
12
13
13
spec . files = Dir . chdir ( File . expand_path ( '..' , __FILE__ ) ) do
14
14
`git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(spec)/} ) }
You can’t perform that action at this time.
0 commit comments