diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-07 19:11:34 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-06-08 14:19:20 +0300 |
commit | e64d7d197a7b514bf3c838bab05ab3b7a39243da (patch) | |
tree | 2318d2685a4ced669ac9f1ff59b1d60e8645fa34 /dev-embedded/gpsim | |
parent | dev-embedded/dc-tool-ip: use HTTPS (diff) | |
download | gentoo-e64d7d197a7b514bf3c838bab05ab3b7a39243da.tar.gz gentoo-e64d7d197a7b514bf3c838bab05ab3b7a39243da.tar.bz2 gentoo-e64d7d197a7b514bf3c838bab05ab3b7a39243da.zip |
dev-embedded/gpsim: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-embedded/gpsim')
-rw-r--r-- | dev-embedded/gpsim/gpsim-0.31.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/gpsim/gpsim-0.31.0.ebuild b/dev-embedded/gpsim/gpsim-0.31.0.ebuild index 702af55fcda2..fee6c894e86b 100644 --- a/dev-embedded/gpsim/gpsim-0.31.0.ebuild +++ b/dev-embedded/gpsim/gpsim-0.31.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A simulator for the Microchip PIC microcontrollers" -HOMEPAGE="http://gpsim.sourceforge.net" +HOMEPAGE="https://gpsim.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |