diff options
| author | Connor Edwards <cedw@pm.me> | 2024-04-30 13:36:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-30 08:36:40 -0400 |
| commit | 74a563fc49c8abf7a694233099cc9eb818d44b65 (patch) | |
| tree | aab24cd09e06e0159878eefea6a2105d74f92781 /dhall | |
| parent | e439120ebafeae693d6668e1c550954884e5b714 (diff) | |
| download | xesite-74a563fc49c8abf7a694233099cc9eb818d44b65.tar.xz xesite-74a563fc49c8abf7a694233099cc9eb818d44b65.zip | |
Remove myself from signalboost (#762)
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/signalboost.dhall | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index ebb5832..aa37c17 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -220,27 +220,6 @@ in [ Person::{ ] } , Person::{ - , name = "Connor Edwards" - , tags = - [ "golang" - , "javascript" - , "python" - , "kubernetes" - , "devops" - , "sysadmin" - , "google-cloud" - , "aws" - , "terraform" - , "pulumi" - , "ansible" - , "puppet" - ] - , links = - [ Link::{ url = "https://github.com/cedws", title = "GitHub" } - , Link::{ url = "https://cedwards.xyz", title = "Website" } - ] - } - , Person::{ , name = "Dillon Baird" , tags = [ "javascript" |
