diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2017-01-29 00:33:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-29 23:51:26 +0100 |
commit | ea8332585ef77cdd7183620889accc2f8dce68da (patch) | |
tree | af925e00da73a7c0ed198d31f1cef0e61f3ef030 /sci-visualization | |
parent | sci-visualization/quickplot: Version bump to 1.0.1_rc, EAPI bump 5 -> 6 (diff) | |
download | gentoo-ea8332585ef77cdd7183620889accc2f8dce68da.tar.gz gentoo-ea8332585ef77cdd7183620889accc2f8dce68da.tar.bz2 gentoo-ea8332585ef77cdd7183620889accc2f8dce68da.zip |
sci-visualization/fityk: Fixing URI to use thirdpartymirror
Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3701
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/fityk/fityk-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/fityk/fityk-1.2.1.ebuild b/sci-visualization/fityk/fityk-1.2.1.ebuild index 48a59d383563..bf5d1bc01fc4 100644 --- a/sci-visualization/fityk/fityk-1.2.1.ebuild +++ b/sci-visualization/fityk/fityk-1.2.1.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 # $Id$ @@ -12,7 +12,7 @@ inherit autotools-utils fdo-mime python-r1 wxwidgets DESCRIPTION="General-purpose nonlinear curve fitting and data analysis" HOMEPAGE="http://fityk.nieto.pl/" -SRC_URI="https://github.com/downloads/${GITHUB_USER}/${PN}/${P}.tar.bz2" +SRC_URI="mirror://github/${GITHUB_USER}/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |