diff options
author | Vincent Ambo <mail@tazj.in> | 2021-03-31T19·16+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-03-31T19·21+0000 |
commit | cd8022ce038eeb7302639e2849dc15c083ad4aca (patch) | |
tree | c349e04db67b287c05fb1db57823e7c334ffd4cb | |
parent | 9b973c201120d7168611134f4aa4d6536f9ccd38 (diff) |
revert(web/tvl): Revert 's/The V/tazjin's v/"' r/2367
This was originally done when "the purge" happened, and I don't think it's quite accurate anymore. This reverts commit 94846503c59b4155cc98280ef1c5cbcf69696ff9. Change-Id: I4be2bccfa68505a2f663ab1695e547321d2dd0b8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2709 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
-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. |