Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/
Date: Sat, 03 Nov 2018 14:25:40
Message-Id: 1541255129.910e655f705259e5042983d178f4955d42afdeb3.zlogene@gentoo
1 commit: 910e655f705259e5042983d178f4955d42afdeb3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 14:24:45 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 14:25:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910e655f
7
8 media-sound/mpd: Homepage typo
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 media-sound/mpd/mpd-0.21.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/mpd/mpd-0.21.ebuild b/media-sound/mpd/mpd-0.21.ebuild
17 index aec4efc0fab..152e94abcda 100644
18 --- a/media-sound/mpd/mpd-0.21.ebuild
19 +++ b/media-sound/mpd/mpd-0.21.ebuild
20 @@ -8,7 +8,7 @@ inherit flag-o-matic linux-info meson systemd user
21 MESON_AUTO_DEPEND="no"
22
23 DESCRIPTION="The Music Player Daemon (mpd)"
24 -HOMEPAGE="ttps://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD"
25 +HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD"
26 SRC_URI="https://www.musicpd.org/download/${PN}/${PV}/${P}.tar.xz"
27
28 LICENSE="GPL-2"