diff options
Diffstat (limited to 'dhall/package.dhall')
| -rw-r--r-- | dhall/package.dhall | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/dhall/package.dhall b/dhall/package.dhall index 558a7b5..33ff48c 100644 --- a/dhall/package.dhall +++ b/dhall/package.dhall @@ -13,7 +13,19 @@ in Config::{ , authors = authors.map , defaultAuthor = authors.default , clackSet = - [ "Ashlynn", "Terry Davis", "Dennis Ritchie", "Steven Hawking" ] + [ "Ashlynn" + , "Terry Davis" + , "Dennis Ritchie" + , "Steven Hawking" + , "John Conway" + , "Ruth Gader Ginsburg" + , "Bram Moolenaar" + , "Grant Imahara" + , "David Bowie" + , "Sir Terry Pratchett" + , "Satoru Iwata" + , "Kris NĂ³va" + ] , jobHistory = ./jobHistory.dhall , seriesDescriptions = desc.descriptions , seriesDescMap = desc.map @@ -80,7 +92,10 @@ in Config::{ , Link::{ url = "https://pony.social/@cadey", title = "Fediverse" } , Link::{ url = "https://t.me/miamorecadenza", title = "Telegram" } , Link::{ url = "irc://irc.libera.chat/#xeserv", title = "IRC" } - , Link::{ url = "https://staging.bsky.app/profile/xeiaso.net", title = "Bluesky" } + , Link::{ + , url = "https://staging.bsky.app/profile/xeiaso.net" + , title = "Bluesky" + } ] , pronouns = ./pronouns.dhall , characters = ./characters.dhall |
