diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-11-15 17:52:54 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-11-15 17:54:18 -0800 |
commit | fb68940663320429960fa1485fc2759f56209687 (patch) | |
tree | d59fb17363d5af5676ca1ec7fb801cb09ddf3766 /app-portage | |
parent | sys-apps/grep: mark 2.25 arm64/ia64/m68k/s390/sh/sparc stable #583968 (diff) | |
download | gentoo-fb68940663320429960fa1485fc2759f56209687.tar.gz gentoo-fb68940663320429960fa1485fc2759f56209687.tar.bz2 gentoo-fb68940663320429960fa1485fc2759f56209687.zip |
app-portage/mirrorselect: Fix homepage link bug 597676
Package-Manager: portage-2.3.2_p3
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild index 6eb0ec28ea51..437b405cb9d6 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ PYTHON_REQ_USE="xml" inherit eutils distutils-r1 prefix DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" -HOMEPAGE="https://www.gentoo.org/proj/en/portage/tools/index.xml" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect" SRC_URI="https://dev.gentoo.org/~dolsen/distfiles/${P}.tar.gz" LICENSE="GPL-2" |