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

refac: update thanks

This commit is contained in:
Kevin Amado 2024-12-08 19:29:41 -07:00
parent ac93a779e7
commit 1bd3c5832a
2 changed files with 34 additions and 32 deletions

View file

@ -242,37 +242,38 @@ The following people have helped improving Alejandra.
Thank you ❤️
- [Kevin Amado](https://github.com/kamadorueda) ~
[Email](mailto:kamadorueda@gmail.com),
[LinkedIn](https://www.linkedin.com/in/kamadorueda).
- [Thomas Bereknyei](https://github.com/tomberek).
- [Piegames](https://github.com/piegamesde).
- [Joachim Ernst](https://github.com/0x4A6F).
- [David Arnold](https://github.com/blaggacao).
- [David Hauer](https://github.com/DavHau).
- [Ryan Mulligan](https://github.com/ryantm).
- [Fabian Möller](https://github.com/B4dM4n).
- [Rok Garbas](https://github.com/garbas).
- [Yorick van Pelt](https://github.com/yorickvP).
- [Rehno Lindeque](https://github.com/rehno-lindeque).
- [Rebecca Turner](https://github.com/9999years).
- [Jörg Thalheim](https://github.com/Mic92).
- [Nathan Henrie](https://github.com/n8henrie).
- [Vincent Ambo](https://github.com/tazjin).
- [Jamie Quigley](https://github.com/Sciencentistguy).
- [Loïc Reynier](https://github.com/loicreynier).
- [Mr Hedgehog](https://github.com/ModdedGamers).
- [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).
- [Matthew Kenigsberg](https://github.com/mkenigs).
- [Florian Finkernagel](https://github.com/TyberiusPrime).
[Connor Baker](https://github.com/ConnorBaker),
[David Arnold](https://github.com/blaggacao),
[David Hauer](https://github.com/DavHau),
[Fabian Möller](https://github.com/B4dM4n),
[Florian Finkernagel](https://github.com/TyberiusPrime),
[Jamie Quigley](https://github.com/Sciencentistguy),
[Joachim Ernst](https://github.com/0x4A6F),
[Jörg Thalheim](https://github.com/Mic92),
[Kevin Amado](https://github.com/kamadorueda)
([Email](mailto:kamadorueda@gmail.com),
[LinkedIn](https://www.linkedin.com/in/kamadorueda)),
[Loïc Reynier](https://github.com/loicreynier),
[Matthew Kenigsberg](https://github.com/mkenigs),
[Michael Utz](https://github.com/theutz),
[Mr Hedgehog](https://github.com/ModdedGamers),
[Nathan Henrie](https://github.com/n8henrie),
[Norbert Melzer](https://github.com/NobbZ),
[Pablo Ovelleiro Corral](https://github.com/pinpox),
[Patrick Stevens](https://github.com/Smaug123),
[Piegames](https://github.com/piegamesde),
[Rebecca Turner](https://github.com/9999years),
[Rehno Lindeque](https://github.com/rehno-lindeque),
[Rok Garbas](https://github.com/garbas),
[Ryan Mulligan](https://github.com/ryantm),
[Thomas Bereknyei](https://github.com/tomberek),
[Tobias Bora](https://github.com/tobiasBora),
[Tristan Maat](https://github.com/TLATER),
[UserSv4](https://github.com/UserSv4),
[Victor Engmark](https://github.com/l0b0),
[Vincent Ambo](https://github.com/tazjin),
[Vladimir Fetisov](https://github.com/3timeslazy),
and [Yorick van Pelt](https://github.com/yorickvP).
## Footnotes

View file

@ -1,5 +1,5 @@
use rand::distributions::Distribution;
use rand::distributions::weighted::WeightedIndex;
use rand::distributions::Distribution;
use rand::rngs::OsRng;
pub(crate) fn random_ad() -> String {
@ -63,6 +63,7 @@ fn contributor_thanks() -> String {
(1.0, ("UserSv4", "UserSv4")),
(1.0, ("Victor Engmark", "l0b0")),
(1.0, ("Vincent Ambo", "tazjin")),
(1.0, ("Vladimir Fetisov", "3timeslazy")),
(1.0, ("Yorick van Pelt", "yorickvP")),
];