diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-05 17:04:11 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-06-11 11:22:27 +0300 |
commit | f9bd66ed820c1f1ce967df3fa50b897663a47ecd (patch) | |
tree | e953aaad7bbf0f91fb4902b0be01108c237d1858 /app-cdr | |
parent | app-backup/simplebackup: use HTTPS (diff) | |
download | gentoo-f9bd66ed820c1f1ce967df3fa50b897663a47ecd.tar.gz gentoo-f9bd66ed820c1f1ce967df3fa50b897663a47ecd.tar.bz2 gentoo-f9bd66ed820c1f1ce967df3fa50b897663a47ecd.zip |
app-cdr/cue2toc: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cue2toc/cue2toc-0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild index 6e3e60ba4aea..0270d4033ad9 100644 --- a/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild +++ b/app-cdr/cue2toc/cue2toc-0.4-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="Convert CUE files to cdrdao's TOC format" -HOMEPAGE="http://cue2toc.sourceforge.net/" +HOMEPAGE="https://cue2toc.sourceforge.net/" SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz" LICENSE="GPL-2+" |