net-analyzer/nagios-check_multiple: fix VariableInHomepage CI issue
authorJoonas Niilola <juippis@gentoo.org>
Tue, 28 Jan 2020 08:23:30 +0000 (10:23 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 28 Jan 2020 08:24:14 +0000 (10:24 +0200)
- 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>
net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1.ebuild

index 2ab9a4401b09bc8b7f1549429c9f6571501a0cbe..cb417ce910b516752d31a556f4736a0fd1711934 100644 (file)
@@ -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"