diff options
| author | Nat Amundsen <dragos240alt@gmail.com> | 2022-05-05 11:56:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 11:56:41 -0400 |
| commit | 628b5724550c0c49c64291a51586df01ddaef303 (patch) | |
| tree | 155c2bea1b4e7d07075235fcd79a1effe408295a | |
| parent | 6be7bd7613d127e7df7831edaba101bdafc82c59 (diff) | |
| download | xesite-628b5724550c0c49c64291a51586df01ddaef303.tar.xz xesite-628b5724550c0c49c64291a51586df01ddaef303.zip | |
Add Nat Amundsen (#466)
| -rw-r--r-- | signalboost.dhall | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index bf9c7cd..6b9d052 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -107,6 +107,22 @@ in [ Person::{ , gitLink = Some "https://github.com/nbraud" } , Person::{ + , name = "Nat Amundsen" + , tags = + [ "python 3" + , "linux" + , "backend" + , "utilities" + , "embedded c" + , "rust" + , "golang" + , "java" + , "kubernetes" + , "aws" + ] + , gitLink = Some "https://github.com/dragos240" + } + , Person::{ , name = "Prajjwal Singh" , tags = [ "full-stack javascript" |
