diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2023-05-26 14:21:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 22:21:04 +1000 |
commit | 009c6cca93f0b8ee3dbc81a2929867c673d96f4f (patch) | |
tree | e771cfba365924eda677cd91b854e70b40f0df59 /.github | |
parent | fbf651d95e0a5b1b138511e7cd899bc4d663a83a (diff) | |
download | NotEnoughUpdates-009c6cca93f0b8ee3dbc81a2929867c673d96f4f.tar.gz NotEnoughUpdates-009c6cca93f0b8ee3dbc81a2929867c673d96f4f.tar.bz2 NotEnoughUpdates-009c6cca93f0b8ee3dbc81a2929867c673d96f4f.zip |
Graph v2 (#680)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 94fc9f8f..5ed35943 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,3 +9,4 @@ /.github/SUPPORT.md @IRONM00N /.idea/codeStyles/* @IRONM00N /.idea/copyright/* @IRONM00N +/src/main/kotlin/io/github/moulberry/notenoughupdates/miscgui/pricegraph/* @DeDiamondPro |