diff options
| author | Chuck <32836622+chuckn408@users.noreply.github.com> | 2022-09-15 05:33:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 08:33:44 -0400 |
| commit | e1d1d3b544c83e553e2fea27aee20b4358f77e7e (patch) | |
| tree | 2188d813d58d42c60eada84c9ace501441ec7d8c | |
| parent | 2ecbdc68d2cd31dca7c883b16bb3de56d9b122b8 (diff) | |
| download | xesite-e1d1d3b544c83e553e2fea27aee20b4358f77e7e.tar.xz xesite-e1d1d3b544c83e553e2fea27aee20b4358f77e7e.zip | |
Update signalboost.dhall (#543)
Adding Chuck to list of awesome people
| -rw-r--r-- | dhall/signalboost.dhall | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 39f41f3..3ef9140 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -1,6 +1,21 @@ let Person = ./types/Person.dhall in [ Person::{ + , name = "Chuck Nelson" + , tags = + [ "C++" + , "Python" + , "JSON" + , "GO" + , "Linux" + , "bash" + , "PHP" + , "Java" + ] + , gitLink = Some "https://github.com/chuckn408" + , site = Some "https:/charles-nelson.com" + } + , Person::{ , name = "Christian Sullivan" , tags = [ "go" |
