diff options
| author | Vincent Bernat <vincent@bernat.ch> | 2020-10-01 14:06:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-01 08:06:16 -0400 |
| commit | ab3eb162c0536ed4b552a76a68918b6df33170e3 (patch) | |
| tree | bf56e05eb8115476b65b50af3c29bb65a9763480 | |
| parent | 6fc926f6625193a2fda0075b4412e732c10556c9 (diff) | |
| download | xesite-ab3eb162c0536ed4b552a76a68918b6df33170e3.tar.xz xesite-ab3eb162c0536ed4b552a76a68918b6df33170e3.zip | |
fixes Jamie GitHub link (#219)
I think Jamie GitHub handle is @AstraLuma
| -rw-r--r-- | signalboost.dhall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/signalboost.dhall b/signalboost.dhall index 7cf5e9b..d956662 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -78,7 +78,7 @@ in [ Person::{ , Person::{ , name = "Jamie Bliss" , tags = [ "python", "devops", "full-stack", "saltstack", "web", "linux" ] - , gitLink = "https://github.com/astronouth7303" + , gitLink = "https://github.com/AstraLuma" , twitter = "https://twitter.com/AstraLuma" } , Person::{ |
