diff options
Diffstat (limited to 'app-editors/qxmledit/qxmledit-0.9.12.ebuild')
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.9.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qxmledit/qxmledit-0.9.12.ebuild b/app-editors/qxmledit/qxmledit-0.9.12.ebuild index ba8f660a4384..12c0932af921 100644 --- a/app-editors/qxmledit/qxmledit-0.9.12.ebuild +++ b/app-editors/qxmledit/qxmledit-0.9.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit desktop qmake-utils xdg-utils DESCRIPTION="Simple Qt-based XML editor" HOMEPAGE="https://qxmledit.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tgz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.tgz" LICENSE="LGPL-2" SLOT="0" |