diff options
author | Yixun Lan <dlan@gentoo.org> | 2020-02-14 14:46:48 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2020-02-14 21:54:00 +0000 |
commit | f48c752bdcdb8fe6ee47a43333602129c34b1770 (patch) | |
tree | c7417e55d90f27f87f0b425fb4bdb23c30c38e7b /net-misc/megatools | |
parent | net-misc/megatools: drop old (diff) | |
download | gentoo-f48c752bdcdb8fe6ee47a43333602129c34b1770.tar.gz gentoo-f48c752bdcdb8fe6ee47a43333602129c34b1770.tar.bz2 gentoo-f48c752bdcdb8fe6ee47a43333602129c34b1770.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>
Diffstat (limited to 'net-misc/megatools')
-rw-r--r-- | net-misc/megatools/megatools-1.10.2-r1.ebuild | 4 |
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" |