Skip to content

Commit b92698c

Browse files
authored
Update signalboost.dhall (#722)
Added myself, and also fixed someone’s typo
1 parent b200baf commit b92698c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

dhall/signalboost.dhall

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ let Link = ./types/Link.dhall
33
let Person = ./types/Person.dhall
44

55
in [ Person::{
6+
, name = "bri recchia"
7+
, tags =
8+
[ "virtualization"
9+
, "linux"
10+
, "generalist"
11+
, "containers"
12+
, "networking"
13+
, "bgp"
14+
, "dns"
15+
, "bash"
16+
, "python"
17+
, "rust"
18+
, "devops"
19+
, "systems administration"
20+
]
21+
, links = [ Link::{ url = "https://github.com/b-/", title = "Github" } ]
22+
}
23+
, Person::{
624
, name = "Evan Pratten"
725
, tags =
826
[ "rust"
@@ -87,7 +105,7 @@ in [ Person::{
87105
, "full-stack"
88106
, "linux"
89107
, "R&D"
90-
, "SRE / system adminsitration"
108+
, "SRE / system administration"
91109
]
92110
, links =
93111
[ Link::{ url = "https://github.com/henri", title = "GitHub" }

0 commit comments

Comments
 (0)