Skip to content

Commit

Permalink
Add missing license field required by cargo deb.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 20, 2024
1 parent a223e42 commit 8f7c2ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions successor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name = "successor"
version = "0.1.0"
edition = "2021"
description = "Long enough for Lintian, short enough and without period for rpmlint"
# Per https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
# this must be one of the short IDs at https://github.com/spdx/license-list-data/blob/v3.11/licenses.md
license = "BSD-3-Clause"

[dependencies]

Expand Down

0 comments on commit 8f7c2ee

Please sign in to comment.