diff options
Diffstat (limited to 'app-text/xournal/xournal-0.4.8.2016-r1.ebuild')
-rw-r--r-- | app-text/xournal/xournal-0.4.8.2016-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xournal/xournal-0.4.8.2016-r1.ebuild b/app-text/xournal/xournal-0.4.8.2016-r1.ebuild index 74e8cde97c95..e2a69eb6c2f4 100644 --- a/app-text/xournal/xournal-0.4.8.2016-r1.ebuild +++ b/app-text/xournal/xournal-0.4.8.2016-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then unset SRC_URI else KEYWORDS="amd64 ~ppc64 ~x86" - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" fi DESCRIPTION="An application for notetaking, sketching, and keeping a journal using a stylus" |