diff options
| author | Xe Iaso <me@christine.website> | 2022-11-23 21:58:39 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-11-23 21:59:20 -0500 |
| commit | 2e050921f15bb2b3c0bc852fb0040a6cbb400e43 (patch) | |
| tree | b776950c8e78cf45b1754e6bbd2ec678ffa8a274 | |
| parent | b808e77564728602664aef91e2d5e850152b6db7 (diff) | |
| download | xesite-2e050921f15bb2b3c0bc852fb0040a6cbb400e43.tar.xz xesite-2e050921f15bb2b3c0bc852fb0040a6cbb400e43.zip | |
Add Violet White to signalboost
Closes #432
Signed-off-by: Xe <me@christine.website>
| -rw-r--r-- | dhall/signalboost.dhall | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 4ac72d0..e47080d 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -211,6 +211,20 @@ in [ Person::{ , twitter = Some "https://twitter.com/krishjain02" } , Person::{ + , name = "Violet White" + , tags = + [ "c++" + , "linux" + , "python" + , "javascript" + , "sql" + , "lisps" + , "rust" + , "backend" + ] + , gitLink = Some "https://github.com/epsilon-phase" + } + , Person::{ , name = "Henri Shustak" , tags = [ "backend" |
