Skip to content

Commit

Permalink
GH-1999 Update sponsors list in README and status command 💜
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Dec 20, 2023
1 parent 7c3ffed commit f79e2f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,15 @@ Thanks to all contributors and people that decided to support my work financiall
<a href="https://github.com/rdehuyss">rdehuyss</a>,
<a href="https://github.com/insertt">insertt</a>,
<a href="https://github.com/GotoFinal">GotoFinal</a>,
Lukas P.
<a href="https://github.com/Koressi">Koressi</a>,
<a href="https://github.com/tipsy">tipsy</a>,
<a href="https://github.com/tipsy">tipsy</a>,
<a href="https://github.com/Kamilkime">Kamilkime</a>,
<a href="https://github.com/that-apex">that-apex</a>,
<a href="https://github.com/joshuasing">joshuasing</a>,
<a href="https://github.com/TheFruxz">TheFruxz</a>,
<a href="https://github.com/SirEndii">SirEndii</a>,
<a href="https://github.com/crejk">crejk</a>,
<a href="https://github.com/Rollczi">Rollczi</a>,
<a href="https://github.com/scheidtp">scheidtp</a>,
<a href="https://github.com/Szczurowsky">Szczurowsky</a>,
<a href="https://github.com/SirEndii">SirEndii</a>
</td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ internal class StatusPlugin : ReposilitePlugin() {
logger.info("${Effect.GREEN}Done (${TimeUtils.getPrettyUptimeInSeconds(statusFacade.getUptime())})!${Effect.RESET}")
logger.info("")
logger.info("${Effect.YELLOW_BOLD}$VERSION version has been sponsored by:${Effect.RESET}")
logger.info(" ${Effect.BOLD}milkyway0308, andrm, rdehuyss, insertt, GotoFinal, Lukas P.,${Effect.RESET}")
logger.info(" ${Effect.BOLD}Koressi, tipsy, Kamilkime, that-apex, SirEndii,${Effect.RESET}")
logger.info(" ${Effect.BOLD}scheidtp, crejk, Rollczi, Szczurowsky${Effect.RESET}")
logger.info(" ${Effect.BOLD}milkyway0308, andrm, rdehuyss, insertt, GotoFinal,${Effect.RESET}")
logger.info(" ${Effect.BOLD}Koressi, tipsy, Kamilkime, that-apex, joshuasing, SirEndii, TheFruxz,${Effect.RESET}")
logger.info(" ${Effect.BOLD}crejk, Rollczi${Effect.RESET}")
logger.info("")
logger.info("${Effect.RESET}")
}
Expand Down

0 comments on commit f79e2f3

Please sign in to comment.