diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cgit-taz/default.nix | 2 | ||||
-rw-r--r-- | web/homepage/entries.nix | 6 | ||||
-rw-r--r-- | web/tvl/default.nix | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 10e573c5d7c8..7266ae00aabe 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -28,7 +28,7 @@ let repo.path=/var/lib/gerrit/git/depot.git/ repo.desc=monorepo for tazjin's virus lounge repo.owner=tazjin <mail@tazj.in> - repo.clone-url=https://git.tazj.in + repo.clone-url=https://code.tvl.fyi ''; thttpdConfig = writeText "thttpd.conf" '' diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix index 9c7d04187b11..92749368f486 100644 --- a/web/homepage/entries.nix +++ b/web/homepage/entries.nix @@ -9,7 +9,7 @@ { class = "project"; title = "depot"; - url = "https://git.tazj.in/about"; + url = "https://code.tvl.fyi/about"; date = 1576800000; description = "Merging all of my projects into a single, Nix-based monorepo"; } @@ -23,7 +23,7 @@ { class = "project"; title = "kontemplate"; - url = "https://git.tazj.in/about/ops/kontemplate"; + url = "https://code.tvl.fyi/about/ops/kontemplate"; date = 1486550940; description = "Simple file templating tool built for Kubernetes resources"; } @@ -37,7 +37,7 @@ { class = "project"; title = "journaldriver"; - url = "https://git.tazj.in/about/ops/journaldriver"; + url = "https://code.tvl.fyi/about/ops/journaldriver"; date = 1527375600; description = "Small daemon to forward logs from journald to Stackdriver Logging"; } diff --git a/web/tvl/default.nix b/web/tvl/default.nix index d12da82817a7..a340d35a92ef 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -55,7 +55,7 @@ let <p class="footer"> <a class="uncoloured-link" href="https://tazj.in">homepage</a> | - <a class="uncoloured-link" href="https://git.tazj.in/about">code</a> + <a class="uncoloured-link" href="https://code.tvl.fyi/about">code</a> | <a class="uncoloured-link" href="https://twitter.com/tazjin">twitter</a> </p> |