diff --git a/net-im/telegram-cli/telegram-cli-9999.ebuild b/net-im/telegram-cli/telegram-cli-9999.ebuild
index 5224dd0..3af3008 100644
--- a/net-im/telegram-cli/telegram-cli-9999.ebuild
+++ b/net-im/telegram-cli/telegram-cli-9999.ebuild
@@ -4,13 +4,13 @@
EAPI=5
-EGIT_REPO_URI="https://austenwares.com/gogs/applications/tg"
+EGIT_REPO_URI="https://austenwares.com/gitea/applications/tg"
EGIT_BRANCH="master"
EGIT_HAS_SUBMODULES=1
inherit eutils git-2
IUSE="+lua +json +python"
DESCRIPTION="Command line interface client for Telegram"
-HOMEPAGE="https://austenwares.com/gogs/applications/tg"
+HOMEPAGE="https://austenwares.com/gitea/applications/tg"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
diff --git a/repositories.xml b/repositories.xml
index 19a8c68..084b5fc 100644
--- a/repositories.xml
+++ b/repositories.xml
@@ -7,6 +7,6 @@
stonewareslord@gmail.com
stonewareslord
-
+
diff --git a/x11-misc/slock/slock-9999.ebuild b/x11-misc/slock/slock-9999.ebuild
index 13b449c..c1f0fd1 100644
--- a/x11-misc/slock/slock-9999.ebuild
+++ b/x11-misc/slock/slock-9999.ebuild
@@ -9,9 +9,9 @@ if [[ ${PV} = 9999 ]]; then
inherit git-r3
fi
DESCRIPTION="simple X screen locker with DPMS support"
-HOMEPAGE="https://austenwares.com/gogs/applications/slock"
+HOMEPAGE="https://austenwares.com/gitea/applications/slock"
if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="https://austenwares.com/gogs/applications/${PN}"
+ EGIT_REPO_URI="https://austenwares.com/gitea/applications/${PN}"
EGIT_BOOTSTRAP=""
KEYWORDS=""
fi