diff options
author | 2023-07-07 10:29:23 +0200 | |
---|---|---|
committer | 2023-07-07 23:53:00 +0200 | |
commit | 6e36319af533daa6b2a8c68a1c252a86cc4496a7 (patch) | |
tree | 1cef16952c6889b9783260512526016385e4ad8c | |
parent | media-sound/daudio: use HTTPS, fix LICENSE (diff) | |
download | gentoo-6e36319af533daa6b2a8c68a1c252a86cc4496a7.tar.gz gentoo-6e36319af533daa6b2a8c68a1c252a86cc4496a7.tar.bz2 gentoo-6e36319af533daa6b2a8c68a1c252a86cc4496a7.zip |
media-sound/dvda-author: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | media-sound/dvda-author/dvda-author-10.06-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild index 724c68a62e3a..d9162f2e338c 100644 --- a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild +++ b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit desktop toolchain-funcs DESCRIPTION="Author a DVD-Audio DVD" -HOMEPAGE="http://dvd-audio.sourceforge.net" +HOMEPAGE="https://dvd-audio.sourceforge.net" SRC_URI="mirror://sourceforge/dvd-audio/${P}-300.tar.gz" LICENSE="GPL-3" |