diff options
Diffstat (limited to 'sci-chemistry/molsketch/molsketch-0.7.2-r1.ebuild')
-rw-r--r-- | sci-chemistry/molsketch/molsketch-0.7.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/molsketch/molsketch-0.7.2-r1.ebuild b/sci-chemistry/molsketch/molsketch-0.7.2-r1.ebuild index b35ceeca43b4..9c26861226c3 100644 --- a/sci-chemistry/molsketch/molsketch-0.7.2-r1.ebuild +++ b/sci-chemistry/molsketch/molsketch-0.7.2-r1.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 xdg DESCRIPTION="A drawing tool for 2D molecular structures" HOMEPAGE="http://molsketch.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/Molsketch/${P^}-src.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/Molsketch/${P^}-src.tar.gz" S="${WORKDIR}/${P^}" LICENSE="GPL-2" |