diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-20 22:30:39 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:16:12 +0200 |
commit | 19bbd7b201fe9b15312d9fcd0ba0a296add91822 (patch) | |
tree | 132403186362fcea3fce7ec80d25e1062e55a352 /app-cdr/burncdda | |
parent | app-admin/xstow: use HTTPS (diff) | |
download | gentoo-19bbd7b201fe9b15312d9fcd0ba0a296add91822.tar.gz gentoo-19bbd7b201fe9b15312d9fcd0ba0a296add91822.tar.bz2 gentoo-19bbd7b201fe9b15312d9fcd0ba0a296add91822.zip |
app-cdr/burncdda: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-cdr/burncdda')
-rw-r--r-- | app-cdr/burncdda/burncdda-1.8.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/burncdda/burncdda-1.8.3-r1.ebuild b/app-cdr/burncdda/burncdda-1.8.3-r1.ebuild index 60919464f3e7..5f0adc30778c 100644 --- a/app-cdr/burncdda/burncdda-1.8.3-r1.ebuild +++ b/app-cdr/burncdda/burncdda-1.8.3-r1.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="Console app for copying burning audio cds" -HOMEPAGE="http://burncdda.sourceforge.net/" +HOMEPAGE="https://burncdda.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |