From a5acc3dfdff7828963fee198479b7f1255371c08 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 2 Feb 2022 15:32:36 +0100 Subject: [PATCH] Update usernames --- .github/FUNDING.yml | 4 ++-- CHANGELOG.md | 20 ++++++++++---------- README.md | 4 ++-- package.json | 2 +- src/index.html | 4 ++-- src/scss/_variables.scss | 2 +- src/scss/style.scss | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 518ebd5..82b6bc6 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ -github: NickKaramoff -liberapay: NickKaramoff +github: kytta +liberapay: kytta custom: paypal.me/NickKaramoff diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a46467..579b0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,13 +107,13 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://github.com/NickKaramoff/toot/compare/v2.1.0...HEAD -[2.1.0]: https://github.com/NickKaramoff/toot/compare/v2.0.0...v2.1.0 -[2.0.0]: https://github.com/NickKaramoff/toot/compare/v1.2.2...v2.0.0 -[1.2.2]: https://github.com/NickKaramoff/toot/compare/v1.2.1...v1.2.2 -[1.2.1]: https://github.com/NickKaramoff/toot/compare/v1.2.0...v1.2.1 -[1.2.0]: https://github.com/NickKaramoff/toot/compare/v1.1.2...v1.2.0 -[1.1.1]: https://github.com/NickKaramoff/toot/compare/v1.1.1...v1.1.2 -[1.1.1]: https://github.com/NickKaramoff/toot/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/NickKaramoff/toot/compare/v1.0.0...v1.1.0 -[1.0.0]: https://github.com/NickKaramoff/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 +[Unreleased]: https://github.com/kytta/toot/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/kytta/toot/compare/v2.0.0...v2.1.0 +[2.0.0]: https://github.com/kytta/toot/compare/v1.2.2...v2.0.0 +[1.2.2]: https://github.com/kytta/toot/compare/v1.2.1...v1.2.2 +[1.2.1]: https://github.com/kytta/toot/compare/v1.2.0...v1.2.1 +[1.2.0]: https://github.com/kytta/toot/compare/v1.1.2...v1.2.0 +[1.1.1]: https://github.com/kytta/toot/compare/v1.1.1...v1.1.2 +[1.1.1]: https://github.com/kytta/toot/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/kytta/toot/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 diff --git a/README.md b/README.md index c50450b..8f05357 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For now, toot is a tad bit vendor-locked to run on [Vercel](https://vercel.com/). To deploy it yourself, you can use the following button: -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FNickKaramoff%2Ftoot) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fkytta%2Ftoot) ### Host it yourself @@ -60,7 +60,7 @@ The repo banner includes Mastodon’s ‘Full’ logo, licensed under [AGPL-3.0] ---- The source code is being hosted -on [GitHub](https://github.com/NickKaramoff/toot), with mirrors +on [GitHub](https://github.com/kytta/toot), with mirrors on [GitLab](https://gitlab.com/kytta/toot) and [Codeberg](https://codeberg.org/kytta/toot). diff --git a/package.json b/package.json index abe2124..e9d7dd1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "homepage": "https://toot.kytta.dev/", "repository": { "type": "git", - "url": "https://github.com/NickKaramoff/toot.git" + "url": "https://github.com/kytta/toot.git" }, "private": true, "scripts": { diff --git a/src/index.html b/src/index.html index 9541021..ca4525c 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@