Skip to content

Commit

Permalink
Merge pull request #138 from voxik/update-license-identifier
Browse files Browse the repository at this point in the history
The LGPL-2.1 SPDX identifier is deprecated
  • Loading branch information
mvidner committed Jun 17, 2023
2 parents b681d69 + 762af1c commit da8f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-dbus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEMSPEC = Gem::Specification.new do |s|
s.summary = "Ruby module for interaction with D-Bus"
s.description = "Pure Ruby module for interaction with D-Bus IPC system"
s.version = File.read("VERSION").strip
s.license = "LGPL-2.1"
s.license = "LGPL-2.1-or-later"
s.author = "Ruby DBus Team"
s.email = "martin.github@vidner.net"
s.homepage = "https://github.com/mvidner/ruby-dbus"
Expand Down

0 comments on commit da8f567

Please sign in to comment.