Skip to content

Commit

Permalink
Cargo.toml: fix SPDX
Browse files Browse the repository at this point in the history
SPDX says LGPL-2.0-or-later while the license really is
LGPL-2.1-or-later.

Signed-off-by: Antoine Tenart <[email protected]>
  • Loading branch information
atenart committed Apr 29, 2024
1 parent 2a06cc5 commit 4da37b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "btf-rs"
version = "1.1.0"
license = "LGPL-2.0-or-later"
license = "LGPL-2.1-or-later"
description = "Library for the BPF type format (BTF)."
repository = "https://github.com/retis-org/btf-rs"
homepage = "https://github.com/retis-org/btf-rs"
Expand Down

0 comments on commit 4da37b8

Please sign in to comment.