Skip to content

Commit

Permalink
Add missing authors 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 8f7c2ee commit edaedff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions successor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "Long enough for Lintian, short enough and without period for rpml
# 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"
authors = ["Some Author <[email protected]>"]

[dependencies]

Expand Down

0 comments on commit edaedff

Please sign in to comment.