aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbri <284789+b-@users.noreply.github.com>2023-09-23 14:01:53 -0400
committerXe Iaso <me@xeiaso.net>2023-09-23 14:03:55 -0400
commitd5220096d1b491c9963fd35f6f8776acfb312fa5 (patch)
treea72078549067edfa43d5dfc5bf33a652726f2286
parent923be5652395f05b3089ec76853bfa4257152c04 (diff)
downloadxesite-d5220096d1b491c9963fd35f6f8776acfb312fa5.tar.xz
xesite-d5220096d1b491c9963fd35f6f8776acfb312fa5.zip
Update signalboost.dhall (#722)
Added myself, and also fixed someone’s typo
-rw-r--r--dhall/signalboost.dhall20
1 files changed, 19 insertions, 1 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index 348f73e..a45f432 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -3,6 +3,24 @@ let Link = ./types/Link.dhall
let Person = ./types/Person.dhall
in [ Person::{
+ , name = "bri recchia"
+ , tags =
+ [ "virtualization"
+ , "linux"
+ , "generalist"
+ , "containers"
+ , "networking"
+ , "bgp"
+ , "dns"
+ , "bash"
+ , "python"
+ , "rust"
+ , "devops"
+ , "systems administration"
+ ]
+ , links = [ Link::{ url = "https://github.com/b-/", title = "Github" } ]
+ }
+ , Person::{
, name = "Evan Pratten"
, tags =
[ "rust"
@@ -87,7 +105,7 @@ in [ Person::{
, "full-stack"
, "linux"
, "R&D"
- , "SRE / system adminsitration"
+ , "SRE / system administration"
]
, links =
[ Link::{ url = "https://github.com/henri", title = "GitHub" }