From: David Seifert Date: Sat, 8 Feb 2020 18:54:33 +0000 (+0100) Subject: dev-php/php-redmine-api: [QA] Fix VariableInHomepage X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f4ac8933fcf57d6021e978926cb708ac8cc6959e;p=gentoo.git dev-php/php-redmine-api: [QA] Fix VariableInHomepage Signed-off-by: David Seifert --- diff --git a/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild b/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild index 78a322edae68..70cafd890093 100644 --- a/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild +++ b/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="A simple, object-oriented, PHP Redmine API client" -HOMEPAGE="https://github.com/kbsali/${PN}" +HOMEPAGE="https://github.com/kbsali/php-redmine-api" SRC_URI="https://github.com/kbsali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild b/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild index feca4c001439..e15edc95d6c6 100644 --- a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild +++ b/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild @@ -4,7 +4,7 @@ EAPI=6 DESCRIPTION="A simple, object-oriented, PHP Redmine API client" -HOMEPAGE="https://github.com/kbsali/${PN}" +HOMEPAGE="https://github.com/kbsali/php-redmine-api" SRC_URI="https://github.com/kbsali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"