diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-24 07:00:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-25 22:54:38 +0200 |
commit | ddd0fb30090af485c609010221dfe2651e06f76b (patch) | |
tree | c5572690593d3c1044d7dd20dcab1d4b9950558d /media-sound/erec | |
parent | dev-util/ftjam: EAPI=7 bump (diff) | |
download | gentoo-ddd0fb30090af485c609010221dfe2651e06f76b.tar.gz gentoo-ddd0fb30090af485c609010221dfe2651e06f76b.tar.bz2 gentoo-ddd0fb30090af485c609010221dfe2651e06f76b.zip |
media-sound/erec: fix LICENSE, use https
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12094
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/erec')
-rw-r--r-- | media-sound/erec/erec-2.2.0.1.ebuild | 10 |
1 files 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 a9781b79bc0b..4d9f2c352052 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="" |