sys-process/snooze: minor QA: remove PN from metadata vars

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-05-24 21:07:16 +02:00
parent d3320b9d48
commit 578bab5606
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
EAPI=7
DESCRIPTION="Run a command at a particular time"
HOMEPAGE="https://github.com/leahneukirchen/${PN}"
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/leahneukirchen/snooze"
SRC_URI="https://github.com/leahneukirchen/snooze/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="CC0-1.0"

View File

@@ -4,10 +4,10 @@
EAPI=7
DESCRIPTION="Run a command at a particular time"
HOMEPAGE="https://github.com/leahneukirchen/${PN}"
HOMEPAGE="https://github.com/leahneukirchen/snooze"
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}.git"
EGIT_REPO_URI="https://github.com/leahneukirchen/snooze.git"
LICENSE="CC0-1.0"
SLOT="0"