aboutsummaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
Diffstat (limited to 'dhall')
-rw-r--r--dhall/signalboost.dhall17
1 files changed, 17 insertions, 0 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall
index fc2e853..54abe31 100644
--- a/dhall/signalboost.dhall
+++ b/dhall/signalboost.dhall
@@ -251,4 +251,21 @@ in [ Person::{
[ Link::{ url = "https://dillonbaird.io", title = "Website" }
]
}
+ , Person::{
+ , name = "antlers"
+ , tags =
+ [ "scheme"
+ , "python"
+ , "ansible"
+ , "devops"
+ , "sysadmin"
+ , "build-systems"
+ , "CI/CD"
+ ]
+ , links =
+ [ Link::{ url = "https://illucid.net", title = "Website" }
+ , Link::{ url = "https://oldbytes.space/", title = "Fedi" }
+ , Link::{ url = "https://github.com/AutumnalAntlers", title = "GitHub" }
+ ]
+ }
]