diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 15:06:17 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:27 -0400 |
commit | 7639cc8bc38c6db7c1ce8a35d5b052d396670143 (patch) | |
tree | b87cbb6c6bb3275346e9ee3d8a76e789a0e11669 /media-sound/ncmpc | |
parent | media-sound/cdparanoia: use HTTPS (diff) | |
download | gentoo-7639cc8bc38c6db7c1ce8a35d5b052d396670143.tar.gz gentoo-7639cc8bc38c6db7c1ce8a35d5b052d396670143.tar.bz2 gentoo-7639cc8bc38c6db7c1ce8a35d5b052d396670143.zip |
media-sound/ncmpc: use HTTPS
Diffstat (limited to 'media-sound/ncmpc')
-rw-r--r-- | media-sound/ncmpc/ncmpc-0.24-r2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/ncmpc/ncmpc-0.24.ebuild | 4 | ||||
-rw-r--r-- | media-sound/ncmpc/ncmpc-0.25.ebuild | 4 | ||||
-rw-r--r-- | media-sound/ncmpc/ncmpc-0.27.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild index 5a3efcb99bf8..d43221242006 100644 --- a/media-sound/ncmpc/ncmpc-0.24-r2.ebuild +++ b/media-sound/ncmpc/ncmpc-0.24-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils multilib DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" -HOMEPAGE="https://www.musicpd.org/clients/ncmpc/" +HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc" SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/media-sound/ncmpc/ncmpc-0.24.ebuild b/media-sound/ncmpc/ncmpc-0.24.ebuild index 70a16761208f..aba8b2f4b0b9 100644 --- a/media-sound/ncmpc/ncmpc-0.24.ebuild +++ b/media-sound/ncmpc/ncmpc-0.24.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit multilib DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" -HOMEPAGE="https://www.musicpd.org/clients/ncmpc/" +HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc" SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/media-sound/ncmpc/ncmpc-0.25.ebuild b/media-sound/ncmpc/ncmpc-0.25.ebuild index 52a8d69391ab..23bdfa52ca9e 100644 --- a/media-sound/ncmpc/ncmpc-0.25.ebuild +++ b/media-sound/ncmpc/ncmpc-0.25.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" -HOMEPAGE="http://www.musicpd.org/clients/ncmpc/" +HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc" SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/media-sound/ncmpc/ncmpc-0.27.ebuild b/media-sound/ncmpc/ncmpc-0.27.ebuild index 0082bd1b4363..e85ba9b0cb52 100644 --- a/media-sound/ncmpc/ncmpc-0.27.ebuild +++ b/media-sound/ncmpc/ncmpc-0.27.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)" -HOMEPAGE="http://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc" +HOMEPAGE="https://www.musicpd.org/clients/ncmpc/ https://github.com/MusicPlayerDaemon/ncmpc" SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz" LICENSE="GPL-2" |