File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ let Link = ./types/Link.dhall
33let Person = ./ types/ Person. dhall
44
55in [ 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" }
You can’t perform that action at this time.
0 commit comments