diff options
author | 2020-01-28 10:23:30 +0200 | |
---|---|---|
committer | 2020-01-28 10:24:14 +0200 | |
commit | 503bae323a7670ba9fd9f72a8be0107d6f230110 (patch) | |
tree | 86e7843242400813bcb91da8b90a31ca4187fef6 /net-analyzer/nagios-check_multiple | |
parent | app-crypt/mcrypt: fix PkgMetadataXmlIndentation CI issue (diff) | |
download | gentoo-503bae323a7670ba9fd9f72a8be0107d6f230110.tar.gz gentoo-503bae323a7670ba9fd9f72a8be0107d6f230110.tar.bz2 gentoo-503bae323a7670ba9fd9f72a8be0107d6f230110.zip |
net-analyzer/nagios-check_multiple: fix VariableInHomepage CI issue
- non-maintainer commit to fix a CI/QA issue,
https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#homepage-must-not-contain-variables
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-check_multiple')
-rw-r--r-- | net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1.ebuild b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1.ebuild index 2ab9a4401b09..cb417ce910b5 100644 --- a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1.ebuild +++ b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 MY_PN="check_multiple" DESCRIPTION="A Nagios plugin to execute multiple checks in parallel" -HOMEPAGE="https://github.com/clarkbox/${MY_PN}" +HOMEPAGE="https://github.com/clarkbox/check_multiple" SRC_URI="https://github.com/clarkbox/check_multiple/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |