Skip to content

Commit

Permalink
Update deprecated use of LGPL-3.0 license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jul 3, 2024
1 parent f28d0a5 commit 84ad2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://trestle.io",
"repository": "https://github.com/TrestleAdmin/trestle.git",
"author": "Sam Pohlenz <[email protected]>",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"private": true,
"scripts": {
"dev": "webpack --mode development",
Expand Down
2 changes: 1 addition & 1 deletion trestle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = "A modern, responsive admin framework for Ruby on Rails"
spec.description = "Trestle is a modern, responsive admin framework for Ruby on Rails."
spec.homepage = "https://www.trestle.io"
spec.license = "LGPL-3.0"
spec.license = "LGPL-3.0-only"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin|coverage|gemfiles|node_modules|spec|sandbox)/}) }

Expand Down

0 comments on commit 84ad2f6

Please sign in to comment.