summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2020-02-14 14:46:48 +0000
committerYixun Lan <dlan@gentoo.org>2020-02-14 21:54:00 +0000
commitf48c752bdcdb8fe6ee47a43333602129c34b1770 (patch)
treec7417e55d90f27f87f0b425fb4bdb23c30c38e7b
parentnet-misc/megatools: drop old (diff)
downloadgentoo-f48c752b.tar.gz
gentoo-f48c752b.tar.bz2
gentoo-f48c752b.zip
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@gentoo.org>
-rw-r--r--net-misc/megatools/megatools-1.10.2-r1.ebuild4
1 files 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 1d9b22e67f63..7228227990b5 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"