diff options
| author | espe-on <contact@josephcrawley.dev> | 2020-10-21 15:03:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-21 10:03:51 -0400 |
| commit | 3f8ca676eaa16fbebbe61fb7783bfa31d6e7349b (patch) | |
| tree | cd23b7605aaedaf05f95d7ded5f0d70dfe011b96 /signalboost.dhall | |
| parent | 5f16efd7d3379235801dd30423808e2de48b2d63 (diff) | |
| download | xesite-3f8ca676eaa16fbebbe61fb7783bfa31d6e7349b.tar.xz xesite-3f8ca676eaa16fbebbe61fb7783bfa31d6e7349b.zip | |
Added Joseph Crawley into signalboost.dhall (#240)
* Added Joseph Crawley into signalboost.dhall
* Fixed missing double quote
Diffstat (limited to 'signalboost.dhall')
| -rw-r--r-- | signalboost.dhall | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index 960c069..62ac505 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -81,6 +81,13 @@ in [ Person::{ , gitLink = "https://github.com/AstraLuma" , twitter = "https://twitter.com/AstraLuma" } + , Person::{ + , name = "Joseph Crawley" + , tags = + [ "javascript", "react", "csharp", "python", "full-stack", "web", "bash", "linux" ] + , gitLink = "https://github.com/espe-on" + , twitter = "https://twitter.com/espe_on_" + } , Person::{ , name = "Natthan Leong" , tags = |
