diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-12 11:29:59 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-12 11:30:45 +0200 |
commit | 57dff8f201f058d8437ae27fefa2c627fd1c5dc4 (patch) | |
tree | 83c0bc10622b0b417c6b5984cb2da6a4be03f425 /sci-geosciences/gpx-viewer | |
parent | dev-python/pygame: keyworded 1.9.3 for ppc, bug #616712 (diff) | |
download | gentoo-57dff8f201f058d8437ae27fefa2c627fd1c5dc4.tar.gz gentoo-57dff8f201f058d8437ae27fefa2c627fd1c5dc4.tar.bz2 gentoo-57dff8f201f058d8437ae27fefa2c627fd1c5dc4.zip |
sci-geosciences/gpx-viewer: fix homepage bug #621954. By jstein
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sci-geosciences/gpx-viewer')
-rw-r--r-- | sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild b/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild index 9eb5b9d61f1b..18278d6ae130 100644 --- a/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild +++ b/sci-geosciences/gpx-viewer/gpx-viewer-0.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ VALA_MIN_API_VERSION=0.16 inherit autotools-utils gnome2 vala DESCRIPTION="Simple program to visualize a gpx file" -HOMEPAGE="http://blog.sarine.nl/gpx-viewer/" +HOMEPAGE="https://github.com/DaveDavenport/gpx-viewer" SRC_URI="https://edge.launchpad.net/${PN}/trunk/0.4.0/+download/${P}.tar.gz" LICENSE="GPL-2" |