diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-04-05T08·51+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-04-05T09·18+0000 |
commit | d13b0791c58a43519d3c60c1bad449c20f65e67c (patch) | |
tree | eff43cff0a6525fb7ddb6b0cace52c04ff86a07a /users/tazjin | |
parent | 226b5c4b2087b0e2e0a4edfc2c518cfcb61b9e76 (diff) |
feat(tazjin/homepage): add link to volgasprint r/7853
Change-Id: Ia30cb6d533abd73f896b5a303049b2cb9cc26bf1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11357 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/homepage/entries.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/tazjin/homepage/entries.nix b/users/tazjin/homepage/entries.nix index 5352f8cdcf60..0e98c073efba 100644 --- a/users/tazjin/homepage/entries.nix +++ b/users/tazjin/homepage/entries.nix @@ -6,6 +6,16 @@ let in [ { + class = "project"; + title = "VolgaSprint - Nix hacking in Kazan"; + url = "https://volgasprint.org/"; + date = 1712307024; + description = '' + Hacking on Nix projects for a week in Kazan, Russia, in August + 2024. Come join us! + ''; + } + { class = "misc"; title = "@tazlog on Telegram"; url = "https://t.me/tazlog"; |