1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 19:47:45 +00:00

feat: update thanks

This commit is contained in:
Kevin Amado 2024-11-03 19:01:56 -07:00
parent 03c3894ec8
commit 1156ba9b83
2 changed files with 14 additions and 5 deletions

View file

@ -272,6 +272,9 @@ Thank you ❤️
- [Tobias Bora](https://github.com/tobiasBora).
- [Tristan Maat](https://github.com/TLATER).
- [Victor Engmark](https://github.com/l0b0).
- [UserSv4](https://github.com/UserSv4).
- [Michael Utz](https://github.com/theutz).
- [Pablo Ovelleiro Corral](https://github.com/pinpox).
- [Norbert Melzer](https://github.com/NobbZ).
- [Patrick Stevens](https://github.com/Smaug123).
- [Connor Baker](https://github.com/ConnorBaker).

View file

@ -18,11 +18,14 @@ pub(crate) fn random_ad() -> String {
fn sponsor_benefits() -> String {
let sponsors = [
// Proportional to total past and present contributions
(0.0908, "Guangtao Zhang"),
(0.1069, "Fabio Leimgruber"),
(0.1815, "Raphael Megzari"),
(0.3485, "Daniel Salazar"),
(0.2723, "https://mercury.com"),
(0.0316, "Guangtao Zhang"),
(0.0372, "Fabio Leimgruber"),
(0.0633, "Raphael Megzari"),
(0.1215, "Daniel Salazar"),
(0.6642, "https://mercury.com"),
(0.0633, "https://shop.beekeeb.com/"),
(0.0063, "Murat Cabuk"),
(0.0127, "Pavel Roskin"),
];
let name = random_weighted_choice(&sponsors[..]);
@ -43,9 +46,11 @@ fn contributor_thanks() -> String {
(1.0, ("Kevin Amado", "kamadorueda")),
(1.0, ("Loïc Reynier", "loicreynier")),
(1.0, ("Matthew Kenigsberg", "mkenigs")),
(1.0, ("Michael Utz ", "theutz")),
(1.0, ("Mr Hedgehog", "ModdedGamers")),
(1.0, ("Nathan Henrie", "n8henrie")),
(1.0, ("Norbert Melzer", "NobbZ")),
(1.0, ("Pablo Ovelleiro Corral", "pinpox")),
(1.0, ("Patrick Stevens", "Smaug123")),
(1.0, ("Piegames", "piegamesde")),
(1.0, ("Rebecca Turner", "9999years")),
@ -55,6 +60,7 @@ fn contributor_thanks() -> String {
(1.0, ("Thomas Bereknyei", "tomberek")),
(1.0, ("Tobias Bora", "tobiasBora")),
(1.0, ("Tristan Maat", "TLATER")),
(1.0, ("UserSv4", "UserSv4")),
(1.0, ("Victor Engmark", "l0b0")),
(1.0, ("Vincent Ambo", "tazjin")),
(1.0, ("Yorick van Pelt", "yorickvP")),