diff options
author | Kurt Kanzenbach <kurt@kmk-computers.de> | 2020-05-01 11:21:51 +0200 |
---|---|---|
committer | Kurt Kanzenbach <kurt@kmk-computers.de> | 2020-05-01 11:31:36 +0200 |
commit | 56332b783921e10bd6813c1f25c3f110d3823995 (patch) | |
tree | 4cbd9ce23b9ee56ae8865bfbd509152f67e2407a /net-dialup/tio/tio-1.32.ebuild | |
parent | net-dialup/tio: Add upstream reference (diff) | |
download | guru-56332b783921e10bd6813c1f25c3f110d3823995.tar.gz guru-56332b783921e10bd6813c1f25c3f110d3823995.tar.bz2 guru-56332b783921e10bd6813c1f25c3f110d3823995.zip |
net-dialup/tio: Use ${PN} where possible
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Diffstat (limited to 'net-dialup/tio/tio-1.32.ebuild')
-rw-r--r-- | net-dialup/tio/tio-1.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/tio/tio-1.32.ebuild b/net-dialup/tio/tio-1.32.ebuild index 8fae4c4f5..7572217fd 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+" |