forked from cadey/xesite
Add myself to signalboost.dhall (#490)
This commit is contained in:
parent
5c09a72207
commit
7541df7781
|
@ -278,4 +278,20 @@ in [ Person::{
|
||||||
, gitLink = Some "https://github.com/henri"
|
, gitLink = Some "https://github.com/henri"
|
||||||
, twitter = Some "https://twitter.com/henri_shustak"
|
, 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_"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue