parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 69d6d11e9c0ded3f3b36db250ff83003ff7e33f0
parent eb0cd3ecd691c310dbe45873302cbee89d559e73
Author: parazyd <parazyd@dyne.org>
Date:   Wed,  3 Aug 2022 08:54:11 +0200

net-im/telegram-cli: Update EGIT_REPO_URI.

Diffstat:
Mnet-im/telegram-cli/telegram-cli-9999.ebuild | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/telegram-cli/telegram-cli-9999.ebuild b/net-im/telegram-cli/telegram-cli-9999.ebuild @@ -5,9 +5,9 @@ EAPI=8 inherit git-r3 -HOMEPAGE="https://github.com/vysheng/tg" +HOMEPAGE="https://github.com/kenorb-contrib/tg" DESCRIPTION="Command line interface client for Telegram" -EGIT_REPO_URI="https://github.com/vysheng/tg.git" +EGIT_REPO_URI="https://github.com/kenorb-contrib/tg" if [[ "${PV}" -ne "9999" ]]; then EGIT_COMMIT="refs/tags/${PV}" KEYWORDS="~amd64 ~x86"