diff options
| author | Eliot Partridge <byte@code.horse> | 2021-01-18 19:43:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 20:43:17 -0500 |
| commit | b40cb9aa784fed4f90bb1c43a6cd4ffda2f18399 (patch) | |
| tree | 457248c29de7cfef210c9796b2fac52a97fc85dc /signalboost.dhall | |
| parent | 8b2b64725726b19d45ed7b4ef457eedc6a0b9f25 (diff) | |
| download | xesite-b40cb9aa784fed4f90bb1c43a6cd4ffda2f18399.tar.xz xesite-b40cb9aa784fed4f90bb1c43a6cd4ffda2f18399.zip | |
Add Bytewave to signalboost (#299)
Diffstat (limited to 'signalboost.dhall')
| -rw-r--r-- | signalboost.dhall | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index 1db6292..9bb2f35 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -244,4 +244,18 @@ in [ Person::{ , gitLink = "https://github.com/nasirhm" , twitter = "https://twitter.com/_nasirhm_" } + , Person::{ + , name = "Eliot Partridge" + , tags = + [ "python" + , "linux" + , "typescript" + , "javascript" + , "docker" + , "c#" + , "dotnet" + , "php" + ] + , gitLink = "https://github.com/BytewaveMLP" + } ] |
