diff options
| author | Christine Dodrill <me@christine.website> | 2020-03-18 17:32:19 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-03-18 17:32:19 -0400 |
| commit | df42958057baed8bbc0ce9f97f1e1953e6670b88 (patch) | |
| tree | c8568c9b306b4d7eaf3ff5610c04b852fea101d6 /signalboost.dhall | |
| parent | 97e07cad1d8838104c2e2e3f92b3131d105201e0 (diff) | |
| download | xesite-df42958057baed8bbc0ce9f97f1e1953e6670b88.tar.xz xesite-df42958057baed8bbc0ce9f97f1e1953e6670b88.zip | |
signalboost: add Astrid
Diffstat (limited to 'signalboost.dhall')
| -rw-r--r-- | signalboost.dhall | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index cd5acc9..9987f72 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -12,6 +12,25 @@ in [ Person::{ , twitter = "https://twitter.com/aisstern" } , Person::{ + , name = "Astrid Bek" + , tags = + [ "dotnet" + , "java" + , "python" + , "typescript" + , "rust" + , "c" + , "cpp" + , "full-stack" + , "devops" + , "linux" + , "docker" + , "gamedev" + ] + , gitLink = "https://github.com/xSke" + , twitter = "https://twitter.com/floofstrid" + } + , Person::{ , name = "Christian Sullivan" , tags = [ "go" |
