diff options
author | Walker Selby <git@walkerselby.com> | 2023-10-17 12:58:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 13:58:13 +0200 |
commit | 904e862698794ef132bce4b88771722c61782185 (patch) | |
tree | 44ebc83114ae80677bdc88e35d702ebf91629994 | |
parent | ec60487eefc1ccb9f419e240873dde1a36fc1115 (diff) | |
download | SkyHanni-REPO-904e862698794ef132bce4b88771722c61782185.tar.gz SkyHanni-REPO-904e862698794ef132bce4b88771722c61782185.tar.bz2 SkyHanni-REPO-904e862698794ef132bce4b88771722c61782185.zip |
Add DevList (#41)
added contributor list #41
-rw-r--r-- | constants/ContributorList.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/ContributorList.json b/constants/ContributorList.json new file mode 100644 index 0000000..281e8b4 --- /dev/null +++ b/constants/ContributorList.json @@ -0,0 +1,10 @@ +{ + "usernames": [ + "hannibal2", + "CalMWolfs", + "HiZe_", + "lrg89", + "Eisengolem", + "whalker" + ] +}
\ No newline at end of file |