net-misc/megatools: fix website url
authorYixun Lan <dlan@gentoo.org>
Fri, 14 Feb 2020 14:46:48 +0000 (14:46 +0000)
committerYixun Lan <dlan@gentoo.org>
Fri, 14 Feb 2020 21:54:00 +0000 (21:54 +0000)
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@gentoo.org>
net-misc/megatools/megatools-1.10.2-r1.ebuild

index 1d9b22e67f636241d5b7e44d28ae1ddb101606a3..7228227990b55f0591d31e9f965ae25234b60549 100644 (file)
@@ -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"