diff options
author | 2023-07-06 11:09:49 +0200 | |
---|---|---|
committer | 2023-07-07 09:31:27 +0200 | |
commit | 53b0fefba347c30e9b70df6cb80c906af43f1faf (patch) | |
tree | 737b2c2fd6bc4255c7e0da1f3229d785e9232490 /media-libs/libnjb | |
parent | media-libs/libmtp: use HTTPS (diff) | |
download | gentoo-53b0fefba347c30e9b70df6cb80c906af43f1faf.tar.gz gentoo-53b0fefba347c30e9b70df6cb80c906af43f1faf.tar.bz2 gentoo-53b0fefba347c30e9b70df6cb80c906af43f1faf.zip |
media-libs/libnjb: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/libnjb')
-rw-r--r-- | media-libs/libnjb/libnjb-2.2.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libnjb/libnjb-2.2.7-r2.ebuild b/media-libs/libnjb/libnjb-2.2.7-r2.ebuild index c09267b64f99..4cdf7c59697f 100644 --- a/media-libs/libnjb/libnjb-2.2.7-r2.ebuild +++ b/media-libs/libnjb/libnjb-2.2.7-r2.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 libtool udev DESCRIPTION="Library for communicating with the Creative Nomad JukeBox digital audio player" -HOMEPAGE="http://libnjb.sourceforge.net" +HOMEPAGE="https://libnjb.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" |