aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Simmer <bladesimmer@gmail.com>2022-06-13 14:05:11 +0100
committerGitHub <noreply@github.com>2022-06-13 09:05:11 -0400
commit7541df778165b5a96da714256d011685b476abc0 (patch)
tree709cb1f6c3297df490168c832785eccd8f3facbb
parent5c09a72207b8dac42b7e423545d467b0515fd942 (diff)
downloadxesite-7541df778165b5a96da714256d011685b476abc0.tar.xz
xesite-7541df778165b5a96da714256d011685b476abc0.zip
Add myself to signalboost.dhall (#490)
-rw-r--r--signalboost.dhall16
1 files changed, 16 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall
index 4e71c6e..6ec366f 100644
--- a/signalboost.dhall
+++ b/signalboost.dhall
@@ -278,4 +278,20 @@ in [ Person::{
, gitLink = Some "https://github.com/henri"
, twitter = Some "https://twitter.com/henri_shustak"
}
+ , Person::{
+ , name = "Gabriel Simmer"
+ , tags =
+ [ "golang"
+ , "backend"
+ , "javascript"
+ , "python"
+ , "software"
+ , "full-stack"
+ , "linux"
+ , "devops"
+ , "developer tooling"
+ ]
+ , gitLink = Some "https://github.com/gmemstr"
+ , twitter = Some "https://twitter.com/gmem_"
+ }
]