aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbri <284789+b-@users.noreply.github.com>2023-09-23 14:01:53 -0400
committerGitHub <noreply@github.com>2023-09-23 14:01:53 -0400
commitb92698cd4bbf94ab1f6dc185c10d1a81d44f313c (patch)
treec11704e082aadab771108e1f0372d00fbb2cef8f
parentb200baf4aa3484e6ae6c899ca92867785ff5ddb1 (diff)
downloadxesite-b92698cd4bbf94ab1f6dc185c10d1a81d44f313c.tar.xz
xesite-b92698cd4bbf94ab1f6dc185c10d1a81d44f313c.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" }