Skip to content

Commit

Permalink
Make license metadata SPDX compliant (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Apr 10, 2024
1 parent 70a1d31 commit 51ea9b0
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,6 +1,6 @@
[package]
name = "gif"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
version = "0.13.1"
description = "GIF de- and encoder"
authors = ["The image-rs Developers"]
Expand Down

0 comments on commit 51ea9b0

Please sign in to comment.