Skip to content

Commit

Permalink
update defaults fixing failing test case
Browse files Browse the repository at this point in the history
Signed-off-by: teague hansen <[email protected]>
  • Loading branch information
H-ANSEN committed Aug 28, 2024
1 parent 584a523 commit 384cd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune_config_file/dune_config_file.ml
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ module Dune_config = struct
; action_stdout_on_success = Print
; action_stderr_on_success = Print
; project_defaults =
{ authors = Some [ "Author Name" ]
; maintainers = Some [ "Maintainer Name" ]
{ authors = Some [ "Author Name <[email protected]>" ]
; maintainers = Some [ "Maintainer Name <[email protected]>" ]
; license = Some [ "LICENSE" ]
}
; experimental = []
Expand Down

0 comments on commit 384cd4a

Please sign in to comment.