commit: f48c752bdcdb8fe6ee47a43333602129c34b1770 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 14:46:48 2020 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 21:54:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48c752b
net-misc/megatools: fix website url still leave download url which from github, may switch to offical's in next version Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> net-misc/megatools/megatools-1.10.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/megatools/megatools-1.10.2-r1.ebuild b/net-misc/megatools/megatools-1.10.2-r1.ebuild index 1d9b22e67f6..7228227990b 100644 --- a/net-misc/megatools/megatools-1.10.2-r1.ebuild +++ b/net-misc/megatools/megatools-1.10.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools eutils DESCRIPTION="Command line tools and C library for accessing Mega cloud storage" -HOMEPAGE="https://github.com/megous/megatools" +HOMEPAGE="https://megatools.megous.com" SRC_URI="https://github.com/megous/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"
