Update usernames
This commit is contained in:
parent
6b332252c0
commit
a5acc3dfdf
7 changed files with 19 additions and 19 deletions
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
@ -1,3 +1,3 @@
|
|||
github: NickKaramoff
|
||||
liberapay: NickKaramoff
|
||||
github: kytta
|
||||
liberapay: kytta
|
||||
custom: paypal.me/NickKaramoff
|
||||
|
|
20
CHANGELOG.md
20
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
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
|
||||
|
@ -106,7 +106,7 @@
|
|||
<a href="https://joinmastodon.org/">What is Mastodon?</a>
|
||||
</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>
|
||||
</footer>
|
||||
<script src="/main.js"></script>
|
||||
|
|
|
@ -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
|
||||
* Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
|
||||
|
|
|
@ -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
|
||||
* Copyright (C) 2020-2021 Nikita Karamov <me@kytta.dev>
|
||||
|
|
Reference in a new issue