aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Edwards <38229097+cedws@users.noreply.github.com>2023-09-23 19:02:02 +0100
committerGitHub <noreply@github.com>2023-09-23 14:02:02 -0400
commitcbdea8ba3fca9a663778af71f8df5965aeb6c090 (patch)
tree7842235e0ff9364be5fdd6f680ea6b8e647c9d6e
parentb92698cd4bbf94ab1f6dc185c10d1a81d44f313c (diff)
downloadxesite-cbdea8ba3fca9a663778af71f8df5965aeb6c090.tar.xz
xesite-cbdea8ba3fca9a663778af71f8df5965aeb6c090.zip
Add Connor Edwards to signal boost (#721)v3.0.0
-rw-r--r--dhall/signalboost.dhall21
1 files changed, 21 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index a45f432..46adcd2 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -203,4 +203,25 @@ in [ Person::{
, Link::{ url = "https://debugpointer.com", title = "Website" }
]
}
+ , 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" }
+ ]
+ }
]