The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update signalboost.dhall (#722)

Added myself, and also fixed someone’s typo

authored by

bri and committed by
GitHub
b92698cd b200baf4

+19 -1
+19 -1
dhall/signalboost.dhall
··· 3 3 let Person = ./types/Person.dhall 4 4 5 5 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::{ 6 24 , name = "Evan Pratten" 7 25 , tags = 8 26 [ "rust" ··· 87 105 , "full-stack" 88 106 , "linux" 89 107 , "R&D" 90 - , "SRE / system adminsitration" 108 + , "SRE / system administration" 91 109 ] 92 110 , links = 93 111 [ Link::{ url = "https://github.com/henri", title = "GitHub" }