diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-02-09 20:38:48 +0100 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-02-09 20:42:16 +0100 |
commit | 8db03430b498b770ce0a34c6289b88068abca991 (patch) | |
tree | e9fc41e4b83fb0d4a86ded45104b7daf6eb162d8 /games-strategy/endless-sky | |
parent | kde-apps/kdebugsettings: backport patch from upstream to remove unused depend... (diff) | |
download | gentoo-8db03430b498b770ce0a34c6289b88068abca991.tar.gz gentoo-8db03430b498b770ce0a34c6289b88068abca991.tar.bz2 gentoo-8db03430b498b770ce0a34c6289b88068abca991.zip |
games-strategy/endless-sky: fix SRC_URI to point to upstream's repo
Fixes 574292 - Thanks coacher.
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
Diffstat (limited to 'games-strategy/endless-sky')
-rw-r--r-- | games-strategy/endless-sky/endless-sky-0.8.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/endless-sky/endless-sky-0.8.11.ebuild b/games-strategy/endless-sky/endless-sky-0.8.11.ebuild index 0a5c5d2b4470..4f5ad86c958f 100644 --- a/games-strategy/endless-sky/endless-sky-0.8.11.ebuild +++ b/games-strategy/endless-sky/endless-sky-0.8.11.ebuild @@ -8,7 +8,7 @@ inherit eutils scons-utils DESCRIPTION="Space exploration, trading & combat game in the tradition of Terminal Velocity." HOMEPAGE="https://endless-sky.github.io" -SRC_URI="https://github.com/tomboy-64/endless-sky/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/endless-sky/endless-sky/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC-BY-SA-4.0 CC-BY-SA-3.0 GPL-3+ public-domain" SLOT="0" |