diff options
author | 2018-01-08 08:27:06 +0100 | |
---|---|---|
committer | 2018-01-08 08:28:24 +0100 | |
commit | c7345ab40cc1bf2597419607859a135596714c73 (patch) | |
tree | 0ce8600908400c86352c7ae762ee61d4431dc175 /games-arcade/gish-demo | |
parent | app-i18n/tagainijisho: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-c7345ab40cc1bf2597419607859a135596714c73.tar.gz gentoo-c7345ab40cc1bf2597419607859a135596714c73.tar.bz2 gentoo-c7345ab40cc1bf2597419607859a135596714c73.zip |
games-arcade/gish-demo: Fix SRC_URI
Closes: https://bugs.gentoo.org/640542
Diffstat (limited to 'games-arcade/gish-demo')
-rw-r--r-- | games-arcade/gish-demo/gish-demo-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/gish-demo/gish-demo-1.6.ebuild b/games-arcade/gish-demo/gish-demo-1.6.ebuild index 2a1952d0872c..cbfaf9f283bc 100644 --- a/games-arcade/gish-demo/gish-demo-1.6.ebuild +++ b/games-arcade/gish-demo/gish-demo-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ inherit eutils games DESCRIPTION="Play as an amorphous ball of tar that rolls and squishes around" HOMEPAGE="http://www.chroniclogic.com/gish.htm" -SRC_URI="http://s159260531.onlinehome.us/demos/gishdemo.tar.gz -> ${P}.tar.gz" +SRC_URI="http://www.chroniclogic.com/demos/gishdemo.tar.gz -> ${P}.tar.gz" LICENSE="all-rights-reserved" SLOT="0" |