diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 10:33:57 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:00 +0200 |
commit | 88791c69b539c8e94a905f499a245ffa7c7b36db (patch) | |
tree | cf9d86de468ac0b30a14e77aea94d8b36561ddd3 /media-sound | |
parent | media-sound/dvda-author: use HTTPS (diff) | |
download | gentoo-88791c69b539c8e94a905f499a245ffa7c7b36db.tar.gz gentoo-88791c69b539c8e94a905f499a245ffa7c7b36db.tar.bz2 gentoo-88791c69b539c8e94a905f499a245ffa7c7b36db.zip |
media-sound/gmtp: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gmtp/gmtp-1.3.11-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/gmtp/gmtp-1.3.11-r3.ebuild b/media-sound/gmtp/gmtp-1.3.11-r3.ebuild index 77365b66227d..ae538d1318b0 100644 --- a/media-sound/gmtp/gmtp-1.3.11-r3.ebuild +++ b/media-sound/gmtp/gmtp-1.3.11-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit gnome2-utils xdg -DESCRIPTION="A simple MTP client for MP3 players" -HOMEPAGE="http://gmtp.sourceforge.net/" +DESCRIPTION="Simple MTP client for MP3 players" +HOMEPAGE="https://gmtp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" |