commit: 56332b783921e10bd6813c1f25c3f110d3823995
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Fri May 1 09:21:51 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May 1 09:31:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56332b78
net-dialup/tio: Use ${PN} where possible
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-dialup/tio/tio-1.32.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/tio/tio-1.32.ebuild b/net-dialup/tio/tio-1.32.ebuild
index 8fae4c4..7572217 100644
--- a/net-dialup/tio/tio-1.32.ebuild
+++ b/net-dialup/tio/tio-1.32.ebuild
@@ -7,7 +7,7 @@ inherit autotools bash-completion-r1
DESCRIPTION="Simple TTY terminal application"
HOMEPAGE="https://tio.github.io/"
-SRC_URI="https://github.com/tio/${PN}/releases/download/v${PV}/${P}.tar.xz"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
SLOT="0"
LICENSE="GPL-2+"