Skip to content

Commit

Permalink
GH-2045 Update sponsors list 💜
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Feb 4, 2024
1 parent e587143 commit 01da421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ Thanks to all contributors and people that decided to support my work financiall
<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/FlawCra">FlawCra</a>,
<a href="https://github.com/crejk">crejk</a>,
<a href="https://github.com/Rollczi">Rollczi</a>,
<a href="https://github.com/Kebab81">Jan Bojarczuk</a>,
</td>
</tr>
<tr>
Expand Down Expand Up @@ -151,7 +153,7 @@ Thanks to all contributors and people that decided to support my work financiall
<a href="https://github.com/mufinlive">mufinlive</a>,
<a href="https://github.com/bopke">bopke</a>,
<a href="https://github.com/asikkema">asikkema</a>,
<a href="https://github.com/Kebab81">Kebab81</a>
<a href="https://github.com/Kebab81">Jan Bojarczuk</a>
</td>
</tr>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ import com.reposilite.status.infrastructure.StatusEndpoints
import com.reposilite.web.HttpServer
import com.reposilite.web.api.HttpServerStoppedEvent
import com.reposilite.web.api.RoutingSetupEvent
import java.nio.file.Files
import java.nio.file.StandardOpenOption
import panda.std.reactive.Completable
import panda.std.reactive.Reference.Dependencies.dependencies
import panda.std.reactive.Reference.computed
import panda.utilities.console.Effect
import java.nio.file.Files
import java.nio.file.StandardOpenOption

@Plugin(name = "status", dependencies = ["console", "failure", "local-configuration"])
internal class StatusPlugin : ReposilitePlugin() {
Expand Down Expand Up @@ -91,8 +91,8 @@ internal class StatusPlugin : ReposilitePlugin() {
logger.info("")
logger.info("${Effect.YELLOW_BOLD}$VERSION version has been sponsored by:${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(" ${Effect.BOLD}Koressi, tipsy, Kamilkime, that-apex, joshuasing, SirEndii, TheFruxz, FlawCra,${Effect.RESET}")
logger.info(" ${Effect.BOLD}crejk, Rollczi, Jan Bojarczuk${Effect.RESET}")
logger.info("")
logger.info("${Effect.RESET}")
}
Expand Down

0 comments on commit 01da421

Please sign in to comment.