Update usernames

This commit is contained in:
Nikita Karamov 2022-02-02 15:32:36 +01:00
parent 6b332252c0
commit a5acc3dfdf
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
7 changed files with 19 additions and 19 deletions

4
.github/FUNDING.yml vendored
View File

@ -1,3 +1,3 @@
github: NickKaramoff github: kytta
liberapay: NickKaramoff liberapay: kytta
custom: paypal.me/NickKaramoff custom: paypal.me/NickKaramoff

View File

@ -107,13 +107,13 @@ Initial release of the site
- Add main code for the site - Add main code for the site
[Unreleased]: https://github.com/NickKaramoff/toot/compare/v2.1.0...HEAD [Unreleased]: https://github.com/kytta/toot/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/NickKaramoff/toot/compare/v2.0.0...v2.1.0 [2.1.0]: https://github.com/kytta/toot/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/NickKaramoff/toot/compare/v1.2.2...v2.0.0 [2.0.0]: https://github.com/kytta/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.2]: https://github.com/kytta/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.1]: https://github.com/kytta/toot/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/NickKaramoff/toot/compare/v1.1.2...v1.2.0 [1.2.0]: https://github.com/kytta/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/kytta/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.1]: https://github.com/kytta/toot/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/NickKaramoff/toot/compare/v1.0.0...v1.1.0 [1.1.0]: https://github.com/kytta/toot/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/NickKaramoff/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0 [1.0.0]: https://github.com/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0

View File

@ -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 [Vercel](https://vercel.com/). To deploy it yourself, you can use the following
button: 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 ### Host it yourself
@ -60,7 +60,7 @@ The repo banner includes Mastodons Full logo, licensed under [AGPL-3.0]
---- ----
The source code is being hosted 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) on [GitLab](https://gitlab.com/kytta/toot)
and [Codeberg](https://codeberg.org/kytta/toot). and [Codeberg](https://codeberg.org/kytta/toot).

View File

@ -7,7 +7,7 @@
"homepage": "https://toot.kytta.dev/", "homepage": "https://toot.kytta.dev/",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/NickKaramoff/toot.git" "url": "https://github.com/kytta/toot.git"
}, },
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -1,5 +1,5 @@
<!-- <!--
@source: https://github.com/NickKaramoff/toot/blob/main/src/index.html @source: https://github.com/kytta/toot/blob/main/src/index.html
toot - Cross-instance share page for Mastodon toot - Cross-instance share page for Mastodon
Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev> Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
@ -106,7 +106,7 @@
<a href="https://joinmastodon.org/">What is Mastodon?</a> <a href="https://joinmastodon.org/">What is Mastodon?</a>
</section> </section>
<section> <section>
<a href="https://github.com/NickKaramoff/toot">toot on GitHub</a> <a href="https://github.com/kytta/toot">toot on GitHub</a>
</section> </section>
</footer> </footer>
<script src="/main.js"></script> <script src="/main.js"></script>

View File

@ -1,5 +1,5 @@
/* /*
* @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/_variables.scss * @source: https://github.com/kytta/toot/blob/main/src/scss/_variables.scss
* *
* toot - Cross-instance share page for Mastodon * toot - Cross-instance share page for Mastodon
* Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev> * Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>

View File

@ -1,5 +1,5 @@
/*! /*!
* @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/style.scss * @source: https://github.com/kytta/toot/blob/main/src/scss/style.scss
* *
* toot - Cross-instance share page for Mastodon * toot - Cross-instance share page for Mastodon
* Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev> * Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>