Skip to content

Commit

Permalink
chore(bomper): add authors to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed May 16, 2024
1 parent 728e838 commit 9e8110c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake-parts/bomper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ _: {
configuration = ''
(
cargo: Some(Autodetect),
authors: Some({
"Justin Rubek": "justinrubek"
}),
)
'';
};
Expand Down

0 comments on commit 9e8110c

Please sign in to comment.