From 058d2d24769d14a712bf06049ee54d40fde81713 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 5 Feb 2017 18:36:10 -0500 Subject: [PATCH] Update url --- net-im/telegram-cli/telegram-cli-9999.ebuild | 4 ++-- repositories.xml | 2 +- x11-misc/slock/slock-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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 - https://austenwares.com/gogs/stonewareslord/aw-overlay + https://austenwares.com/gitea/stonewareslord/aw-overlay 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