diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-08-02 02:28:26 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-08-02 02:28:26 +0000 |
| commit | b88879f6b56e5b2465089a50d63d89a7c1ee5dd6 (patch) | |
| tree | d0827dc15e2bb1784634697819202845553534dc /software.typ | |
| parent | d059c9feab732e0cd48e142e623c45c43acdf710 (diff) | |
Diffstat (limited to 'software.typ')
| -rw-r--r-- | software.typ | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/software.typ b/software.typ index ff50ff6..3013db2 100644 --- a/software.typ +++ b/software.typ @@ -5,7 +5,7 @@ #let doc = [ Here you can find a list of my note-worthy public repositories, all hosted - on #extlink("https://gitlab.com/users/kdam0/projects")[GitLab]. + on #extlink("https://git.kumardamani.net")[git]. #show list: prev => html.ul(class: "biglist", { for c in prev.children { @@ -19,20 +19,20 @@ My Nix, Terraform, Ansible repository for self-hosting, as started in #pagelink("post/framework-server")[this post]. ] - #source("https://gitlab.com/kdam0/home-lab/") + #source("https://git.kumardamani.net/home-lab/about") - = nixdots #description[ My dotfiles for the Nix ecosystem, as started in #pagelink("post/nixos-p1")[this post]. ] - #source("https://gitlab.com/kdam0/dotfiles-nix") + #source("https://git.kumardamani.net/dotfiles-nix/about") - = nccli #description[ A Go CLI for managing DNS on Namecheap. ] - #source("https://gitlab.com/kdam0/nccli") + #source("https://git.kumardamani.net/nccli/about") - = namemydragon.lol #description[ @@ -40,5 +40,5 @@ from the Game of Thrones universe. #extlink("https://namemydragon.lol")[Try it] and turn on your sound! ] - #source("https://gitlab.com/kdam0/namemydragon") + #source("https://git.kumardamani.net/namemydragon/about") ] |
