diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-01-17 10:25:25 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-01-17 10:25:25 -0500 |
| commit | ae64ad88ac9b30dedd8310deffd8fb5089dc1921 (patch) | |
| tree | 71b2890422fb0e30e5e55b1c74629fe499e20141 | |
| parent | 0557e81518af54493d33b7830eca88028d90794c (diff) | |
| download | xesite-ae64ad88ac9b30dedd8310deffd8fb5089dc1921.tar.xz xesite-ae64ad88ac9b30dedd8310deffd8fb5089dc1921.zip | |
fix formatting
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | dhall/signalboost.dhall | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/dhall/signalboost.dhall b/dhall/signalboost.dhall index 2414825..9e1368e 100644 --- a/dhall/signalboost.dhall +++ b/dhall/signalboost.dhall @@ -4,7 +4,7 @@ let Person = ./types/Person.dhall in [ Person::{ , name = "bri recchia" - , tags = + , tags = [ "virtualization" , "linux" , "generalist" @@ -22,7 +22,7 @@ in [ Person::{ } , Person::{ , name = "Evan Pratten" - , tags = + , tags = [ "rust" , "linux" , "docker" @@ -114,7 +114,15 @@ in [ Person::{ } , Person::{ , name = "Andrei Jiroh Halili" - , tags = [ "backend", "bash", "nodejs", "deno", "alpinelinux", "linux", "actuallyautistic" ] + , tags = + [ "backend" + , "bash" + , "nodejs" + , "deno" + , "alpinelinux" + , "linux" + , "actuallyautistic" + ] , links = [ Link::{ url = "https://github.com/ajhalili2006", title = "GitHub" } , Link::{ url = "https://mau.dev/ajhalili2006", title = "GitLab" } @@ -126,7 +134,7 @@ in [ Person::{ , Link::{ , url = "https://substack.com/@ajhalili2006" , title = "Substack" - } + } , Link::{ url = "https://andreijiroh.eu.org", title = "Website" } ] } @@ -168,11 +176,14 @@ in [ Person::{ ] , links = [ Link::{ url = "https://github.com/aurorahHarmony", title = "GitHub" } - , Link::{ url = "https://pony.social/@aurorahHarmony", title = "Fediverse" } + , Link::{ + , url = "https://pony.social/@aurorahHarmony" + , title = "Fediverse" + } , Link::{ url = "https://itsaury.net", title = "Website" } ] } - , Person::{ + , Person::{ , name = "Caramel Drop" , tags = [ "full-stack" @@ -247,9 +258,7 @@ in [ Person::{ , "ansible" , "ui/ux" ] - , links = - [ Link::{ url = "https://dillonbaird.io", title = "Website" } - ] + , links = [ Link::{ url = "https://dillonbaird.io", title = "Website" } ] } , Person::{ , name = "antlers" @@ -268,7 +277,7 @@ in [ Person::{ , Link::{ url = "https://github.com/AutumnalAntlers", title = "GitHub" } ] } - Person::{ + , Person::{ , name = "Aisling Fae (transfaeries)" , tags = [ "Writer" |
