diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 19:55:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 19:55:23 +0100 |
commit | fd18631a68c79c6a5267bc90ff3ad8c5c979f1b4 (patch) | |
tree | e8ef1cd1c3529ff3a2995d2545e77e73ea91fa8f /net-proxy | |
parent | net-misc/samplicator: [QA] Fix VariableInHomepage (diff) | |
download | gentoo-fd18631a68c79c6a5267bc90ff3ad8c5c979f1b4.tar.gz gentoo-fd18631a68c79c6a5267bc90ff3ad8c5c979f1b4.tar.bz2 gentoo-fd18631a68c79c6a5267bc90ff3ad8c5c979f1b4.zip |
net-proxy/trojan: [QA] Fix VariableInHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/trojan/trojan-1.10.0.ebuild | 2 | ||||
-rw-r--r-- | net-proxy/trojan/trojan-1.12.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/trojan/trojan-1.10.0.ebuild b/net-proxy/trojan/trojan-1.10.0.ebuild index cca6f739ed10..9926cef05ccd 100644 --- a/net-proxy/trojan/trojan-1.10.0.ebuild +++ b/net-proxy/trojan/trojan-1.10.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_6,3_7} ) inherit cmake-utils python-any-r1 systemd DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW" -HOMEPAGE="https://github.com/trojan-gfw/${PN}" +HOMEPAGE="https://github.com/trojan-gfw/trojan" SRC_URI="https://github.com/trojan-gfw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" diff --git a/net-proxy/trojan/trojan-1.12.3.ebuild b/net-proxy/trojan/trojan-1.12.3.ebuild index a380f99123e8..5a088c7f2987 100644 --- a/net-proxy/trojan/trojan-1.12.3.ebuild +++ b/net-proxy/trojan/trojan-1.12.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_6,3_7} ) inherit cmake python-any-r1 systemd DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW" -HOMEPAGE="https://github.com/trojan-gfw/${PN}" +HOMEPAGE="https://github.com/trojan-gfw/trojan" SRC_URI="https://github.com/trojan-gfw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" |