diff --git a/README.md b/README.md
index ca87318..8b20f53 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
And if you open this page with `text` URL parameter, it will be auto-inserted in the text field. The same goes for the `instance` URL parameter. This can be used to build custom share buttons for Mastodon:
```html
-
+
Share on Mastodon
```
@@ -62,7 +62,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 [GitLab](https://gitlab.com/NickKaramoff/toot)
-and [Codeberg](https://codeberg.org/NickKaramoff/toot).
+on [GitLab](https://gitlab.com/kytta/toot)
+and [Codeberg](https://codeberg.org/kytta/toot).
-[toot]: https://toot.karamoff.dev
+[toot]: https://toot.kytta.dev
diff --git a/api/toot.js b/api/toot.js
index 6559b48..d3cc2dc 100644
--- a/api/toot.js
+++ b/api/toot.js
@@ -1,6 +1,6 @@
/*!
toot - Cross-instance share page for Mastodon
- Copyright (C) 2020-2021 Nikita Karamov
+ Copyright (C) 2020-2021 Nikita Karamov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
diff --git a/package.json b/package.json
index 4b1a180..05e69dd 100644
--- a/package.json
+++ b/package.json
@@ -3,8 +3,8 @@
"version": "2.1.0",
"description": "Cross-instance share page for Mastodon",
"license": "AGPL-3.0-or-later",
- "author": "Nikita Karamov ",
- "homepage": "https://toot.karamoff.dev/",
+ "author": "Nikita Karamov ",
+ "homepage": "https://toot.kytta.dev/",
"repository": {
"type": "git",
"url": "https://github.com/NickKaramoff/toot.git"
diff --git a/src/index.html b/src/index.html
index 56b486c..9541021 100644
--- a/src/index.html
+++ b/src/index.html
@@ -2,7 +2,7 @@
@source: https://github.com/NickKaramoff/toot/blob/main/src/index.html
toot - Cross-instance share page for Mastodon
- Copyright (C) 2020-2021 Nikita Karamov
+ Copyright (C) 2020-2021 Nikita Karamov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
diff --git a/src/main.js b/src/main.js
index 97f770e..502897a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -5,7 +5,7 @@
* JavaScript code in this page.
*
* toot - Cross-instance share page for Mastodon
- * Copyright (C) 2020-2021 Nikita Karamov
+ * Copyright (C) 2020-2021 Nikita Karamov
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss
index 5e39742..30da91e 100644
--- a/src/scss/_variables.scss
+++ b/src/scss/_variables.scss
@@ -2,7 +2,7 @@
* @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/_variables.scss
*
* toot - Cross-instance share page for Mastodon
- * Copyright (C) 2020-2021 Nikita Karamov
+ * Copyright (C) 2020-2021 Nikita Karamov
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
diff --git a/src/scss/style.scss b/src/scss/style.scss
index 339b767..6bb9c8d 100644
--- a/src/scss/style.scss
+++ b/src/scss/style.scss
@@ -2,7 +2,7 @@
* @source: https://github.com/NickKaramoff/toot/blob/main/src/scss/style.scss
*
* toot - Cross-instance share page for Mastodon
- * Copyright (C) 2020-2021 Nikita Karamov
+ * Copyright (C) 2020-2021 Nikita Karamov
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published