diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | web/cgit-taz/default.nix | 2 | ||||
-rw-r--r-- | web/tvl/default.nix | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md index b3b4da042575..b7ea0f8765e2 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ depot [![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=canon)](https://buildkite.com/tvl/depot) -This repository is the [monorepo][] for the community around [tazjin's virus -lounge][tvl], containing our personal tools and infrastructure. Everything in -here is built using [Nix][]. +This repository is the [monorepo][] for the community around [The +Virus Lounge][tvl], containing our personal tools and infrastructure. +Everything in here is built using [Nix][]. A large portion of the software here is very self-referential, meaning that it exists to sustain the operation of the repository. This is the case because we diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix index 7266ae00aabe..636695c883c5 100644 --- a/web/cgit-taz/default.nix +++ b/web/cgit-taz/default.nix @@ -26,7 +26,7 @@ let # Repository configuration repo.url=depot repo.path=/var/lib/gerrit/git/depot.git/ - repo.desc=monorepo for tazjin's virus lounge + repo.desc=monorepo for the virus lounge repo.owner=tazjin <mail@tazj.in> repo.clone-url=https://code.tvl.fyi ''; diff --git a/web/tvl/default.nix b/web/tvl/default.nix index 552940cb5135..0b9749bda2db 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -14,10 +14,10 @@ let <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="description" content="tazjin's Virus Lounge"> + <meta name="description" content="The Virus Lounge"> <link rel="stylesheet" type="text/css" href="/static/tazjin.css" media="all"> <link rel="icon" type="image/webp" href="/static/favicon.webp"> - <title>tazjin's Virus Lounge</title> + <title>The Virus Lounge</title> <style> svg { max-width: inherit; @@ -27,16 +27,16 @@ let </head> <body class="light"> <header> - <h1><a class="blog-title" href="/">tazjin's Virus Lounge</a> </h1> + <h1><a class="blog-title" href="/">The Virus Lounge</a> </h1> <hr> </header> <main> - <img alt="tazjin's Virus Lounge" src="/static/virus_lounge.webp"> + <img alt="The Virus Lounge" src="/static/virus_lounge.webp"> </main> <p> - Welcome to <b>tazjin's Virus Lounge</b>. We're a random group of + Welcome to <b>The Virus Lounge</b>. We're a random group of people who feel undersocialised in these trying times, and we've decided that there isn't enough spontaneous socialising on the internet. |