diff options
Diffstat (limited to 'dev-db/sqliteman')
-rw-r--r-- | dev-db/sqliteman/sqliteman-1.2.2-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqliteman/sqliteman-1.2.2-r6.ebuild b/dev-db/sqliteman/sqliteman-1.2.2-r6.ebuild index f36aabb52938..77737c5e6e79 100644 --- a/dev-db/sqliteman/sqliteman-1.2.2-r6.ebuild +++ b/dev-db/sqliteman/sqliteman-1.2.2-r6.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 cmake flag-o-matic xdg DESCRIPTION="Powerful GUI manager for the Sqlite3 database" HOMEPAGE="https://sourceforge.net/projects/sqliteman/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |