diff options
Diffstat (limited to 'sci-mathematics/gretl/gretl-2021d.ebuild')
-rw-r--r-- | sci-mathematics/gretl/gretl-2021d.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gretl/gretl-2021d.ebuild b/sci-mathematics/gretl/gretl-2021d.ebuild index 957d8f5cb180..ca60b3f67725 100644 --- a/sci-mathematics/gretl/gretl-2021d.ebuild +++ b/sci-mathematics/gretl/gretl-2021d.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit elisp-common toolchain-funcs xdg-utils DESCRIPTION="Regression, econometrics and time-series library" HOMEPAGE="http://gretl.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0/40" |