Update url
This commit is contained in:
parent
60db57156c
commit
058d2d2476
@ -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"
|
||||
|
@ -7,6 +7,6 @@
|
||||
<email>stonewareslord@gmail.com</email>
|
||||
<name>stonewareslord</name>
|
||||
</owner>
|
||||
<source branch="master" type="git">https://austenwares.com/gogs/stonewareslord/aw-overlay</source>
|
||||
<source branch="master" type="git">https://austenwares.com/gitea/stonewareslord/aw-overlay</source>
|
||||
</repo>
|
||||
</repositories>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user