diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 16:48:44 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-01-20 22:21:47 +0100 |
commit | c1eab3b6807207591cdd94c3643435f31d91f7b8 (patch) | |
tree | 83c80e1b53972355121ac9b517442121af9cd436 /eclass/freedict.eclass | |
parent | dev-php/pecl-yaz: remove unused patch(es) (diff) | |
download | gentoo-c1eab3b6807207591cdd94c3643435f31d91f7b8.tar.gz gentoo-c1eab3b6807207591cdd94c3643435f31d91f7b8.tar.bz2 gentoo-c1eab3b6807207591cdd94c3643435f31d91f7b8.zip |
eclass/freedict: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34785
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'eclass/freedict.eclass')
-rw-r--r-- | eclass/freedict.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass index 7a49a5f19778..b649afc7c1af 100644 --- a/eclass/freedict.eclass +++ b/eclass/freedict.eclass @@ -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 # @ECLASS: freedict.eclass @@ -28,8 +28,8 @@ FREEDICT_P=${PN/freedict-/} [[ ${FORLANG} ]] && die "FORLANG is banned, set DESCRIPTION instead" [[ ${TOLANG} ]] && die "TOLANG is banned, set DESCRIPTION instead" -HOMEPAGE="http://freedict.sourceforge.net/en/" -SRC_URI="http://freedict.sourceforge.net/download/linux/${FREEDICT_P}.tar.gz" +HOMEPAGE="https://freedict.sourceforge.net/en/" +SRC_URI="https://freedict.sourceforge.net/download/linux/${FREEDICT_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |