diff options
Diffstat (limited to 'dev-db/hsqldb/hsqldb-1.8.1.3-r4.ebuild')
-rw-r--r-- | dev-db/hsqldb/hsqldb-1.8.1.3-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/hsqldb/hsqldb-1.8.1.3-r4.ebuild b/dev-db/hsqldb/hsqldb-1.8.1.3-r4.ebuild index 8c19f12a1155..b41ee414d576 100644 --- a/dev-db/hsqldb/hsqldb-1.8.1.3-r4.ebuild +++ b/dev-db/hsqldb/hsqldb-1.8.1.3-r4.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=7 @@ -12,7 +12,7 @@ MY_P="${PN}_${MY_PV}" DESCRIPTION="The leading SQL relational database engine written in Java" HOMEPAGE="http://hsqldb.org" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.zip" LICENSE="BSD GPL-2" SLOT="0" |