aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Partridge <byte@code.horse>2021-01-18 19:43:17 -0600
committerGitHub <noreply@github.com>2021-01-18 20:43:17 -0500
commitb40cb9aa784fed4f90bb1c43a6cd4ffda2f18399 (patch)
tree457248c29de7cfef210c9796b2fac52a97fc85dc
parent8b2b64725726b19d45ed7b4ef457eedc6a0b9f25 (diff)
downloadxesite-b40cb9aa784fed4f90bb1c43a6cd4ffda2f18399.tar.xz
xesite-b40cb9aa784fed4f90bb1c43a6cd4ffda2f18399.zip
Add Bytewave to signalboost (#299)
-rw-r--r--signalboost.dhall14
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"
+ }
]