diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:54:36 +0100 |
commit | 47ab75ab522e5a8d65e3476ccf4ba1e66eaaf015 (patch) | |
tree | beb5f229a4ff29a30956374f98e79f170b30cbbc /dev-php | |
parent | dev-php/php-redmine-api: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-47ab75ab522e5a8d65e3476ccf4ba1e66eaaf015.tar.gz gentoo-47ab75ab522e5a8d65e3476ccf4ba1e66eaaf015.tar.bz2 gentoo-47ab75ab522e5a8d65e3476ccf4ba1e66eaaf015.zip |
dev-php/realpath_turbo: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild index 629ec768de12..19558aae6009 100644 --- a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild +++ b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild @@ -14,7 +14,7 @@ inherit php-ext-source-r3 MY_PV="${PV/_/}" DESCRIPTION="PHP extension to re-enable realpath cache when using open_basedir restriction" -HOMEPAGE="https://github.com/Whissi/${PN}/" +HOMEPAGE="https://github.com/Whissi/realpath_turbo/" SRC_URI="https://github.com/Whissi/${PN}/releases/download/v${MY_PV}/${P}.tar.bz2" LICENSE="BSD-2" |