diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-19 21:47:18 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-21 00:10:44 +0200 |
commit | e95d4803291c3a669a994705cc2765754ff2661c (patch) | |
tree | 013517855f8498bcb468ef1aabf0d365ecc91161 /app-pda | |
parent | app-misc/plod: update HOMEPAGE, fix LICENSE (diff) | |
download | gentoo-e95d4803291c3a669a994705cc2765754ff2661c.tar.gz gentoo-e95d4803291c3a669a994705cc2765754ff2661c.tar.bz2 gentoo-e95d4803291c3a669a994705cc2765754ff2661c.zip |
app-pda/usbmuxd: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild index cde7b567939d..3b9e4262a51e 100644 --- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild +++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools systemd udev DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices" -HOMEPAGE="https://www.libimobiledevice.org/" +HOMEPAGE="https://libimobiledevice.org/" SRC_URI="https://github.com/libimobiledevice/usbmuxd/releases/download/${PV}/${P}.tar.bz2" # src/utils.h is LGPL-2.1+, rest is found in COPYING* |