diff options
| author | antlers <antlers@illucid.net> | 2024-06-06 07:10:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 10:10:22 -0400 |
| commit | 338e328e7427332abd438c04629834815c63ab65 (patch) | |
| tree | af939c764c4658ad6f4f0f33c974478160772c2d /dhall | |
| parent | c6c7774aaf48c79597b55505ca5235c1935512be (diff) | |
| download | xesite-338e328e7427332abd438c04629834815c63ab65.tar.xz xesite-338e328e7427332abd438c04629834815c63ab65.zip | |
Revert "signal-boost: add entry for antlers (#752)" (#770)
This reverts commit 9ed4cd2dddc94fd8bff9fc37e224e9e8ebcf2105.
Hangin' in there.
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/signalboost.dhall | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 35f3761..19e3d04 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -255,23 +255,6 @@ in [ Person::{ , links = [ 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" } - ] - } - , Person::{ , name = "Aisling Fae (transfaeries)" , tags = [ "Writer" @@ -310,3 +293,4 @@ in [ Person::{ ] } ] + |
