-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly formatted code owners
Signed-off-by: John McBride <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# This file is generated automatically. DO NOT EDIT. | ||
|
||
.github/workflows/test.yaml John McBride <[email protected]> | ||
LICENSE John McBride <[email protected]> | ||
README.md John McBride <[email protected]> | ||
animator.go John McBride <[email protected]> | ||
go.mod John McBride <[email protected]> | ||
go.sum John McBride <[email protected]> | ||
log.go John McBride <[email protected]> | ||
log_test.go John McBride <[email protected]> | ||
options.go John McBride <[email protected]> | ||
pkg/colors/colors.go John McBride <[email protected]> | ||
pkg/emojis/emojis.go John McBride <[email protected]> | ||
.github/workflows/test.yaml @jpmcb | ||
CODEOWNERS @jpmcb | ||
LICENSE @jpmcb | ||
README.md @jpmcb | ||
animator.go @jpmcb | ||
go.mod @jpmcb | ||
go.sum @jpmcb | ||
log.go @jpmcb | ||
log_test.go @jpmcb | ||
options.go @jpmcb | ||
pkg/colors/colors.go @jpmcb | ||
pkg/emojis/emojis.go @jpmcb |