diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-10-20 11:26:48 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-10-20 11:26:48 -0400 |
| commit | 8e3faa382033d3ea640446c0ed297fd5f1ebc0f6 (patch) | |
| tree | 3d2e7b76e4f2072cd5b4f37e58d5ca918a39cfee /dhall | |
| parent | 34d35c6eb3de71bab49437805a571f339780d374 (diff) | |
| download | xesite-8e3faa382033d3ea640446c0ed297fd5f1ebc0f6.tar.xz xesite-8e3faa382033d3ea640446c0ed297fd5f1ebc0f6.zip | |
bump bluesky in contact methods list
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/package.dhall | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhall/package.dhall b/dhall/package.dhall index 615025e..173d0d7 100644 --- a/dhall/package.dhall +++ b/dhall/package.dhall @@ -90,7 +90,7 @@ in Config::{ ] , contactLinks = [ Link::{ url = "https://github.com/Xe", title = "GitHub" } - , Link::{ url = "https://x.com/theprincessxena", title = "X (Twitter)" } + , Link::{ url = "https://bsky.app/profile/xeiaso.net", title = "Bluesky" } , Link::{ url = "https://keybase.io/xena", title = "Keybase" } , Link::{ url = "https://www.patreon.com/cadey", title = "Patreon" } , Link::{ url = "https://www.twitch.tv/princessxen", title = "Twitch" } @@ -102,11 +102,11 @@ in Config::{ "https://signal.me/#eu/Nphi3UKYkj4lgn_HPVFR6wS4VPJ7GRX3htnyHVe8m6XqOPwj8CBJmKnDfTN4mdoX" , title = "Signal" } - , Link::{ url = "https://bsky.app/profile/xeiaso.net", title = "Bluesky" } , Link::{ , url = "https://www.linkedin.com/in/xe-iaso" , title = "LinkedIn" } + , Link::{ url = "https://x.com/theprincessxena", title = "X (Twitter)" } ] , pronouns = ./pronouns.dhall , characters = ./characters.dhall |
