Skip to content

Commit

Permalink
Add Connor Edwards to signal boost (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedws authored Sep 23, 2023
1 parent b92698c commit cbdea8b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dhall/signalboost.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}
]

0 comments on commit cbdea8b

Please sign in to comment.