commit: ddd0fb30090af485c609010221dfe2651e06f76b Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri May 24 05:00:10 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat May 25 20:54:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd0fb30
media-sound/erec: fix LICENSE, use https Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12094 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/erec/erec-2.2.0.1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/erec/erec-2.2.0.1.ebuild b/media-sound/erec/erec-2.2.0.1.ebuild index a9781b79bc0..4d9f2c35205 100644 --- a/media-sound/erec/erec-2.2.0.1.ebuild +++ b/media-sound/erec/erec-2.2.0.1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 inherit eutils toolchain-funcs -DESCRIPTION="A shared audio recording server" -HOMEPAGE="http://bisqwit.iki.fi/source/erec.html" -SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2" +DESCRIPTION="Shared audio recording server" +HOMEPAGE="https://bisqwit.iki.fi/source/erec.html" +SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" KEYWORDS="amd64 ~ppc sparc x86" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE=""
