Skip to content

Commit cbdea8b

Browse files
authored
Add Connor Edwards to signal boost (#721)
1 parent b92698c commit cbdea8b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

dhall/signalboost.dhall

+21
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,25 @@ in [ Person::{
203203
, Link::{ url = "https://debugpointer.com", title = "Website" }
204204
]
205205
}
206+
, Person::{
207+
, name = "Connor Edwards"
208+
, tags =
209+
[ "golang"
210+
, "javascript"
211+
, "python"
212+
, "kubernetes"
213+
, "devops"
214+
, "sysadmin"
215+
, "google-cloud"
216+
, "aws"
217+
, "terraform"
218+
, "pulumi"
219+
, "ansible"
220+
, "puppet"
221+
]
222+
, links =
223+
[ Link::{ url = "https://github.com/cedws", title = "GitHub" }
224+
, Link::{ url = "https://cedwards.xyz", title = "Website" }
225+
]
226+
}
206227
]

0 commit comments

Comments
 (0)