From c12d5217ab715d7e9f0ffc9affa8f886745f7811 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 17 Feb 2024 10:58:28 +0000 Subject: [PATCH] mpv-plugin/thumbfast: fix license typpo Signed-off-by: NRK --- mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild index 0868818c77..0de62af727 100644 --- a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild +++ b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/po5/thumbfast" SRC_URI="https://github.com/po5/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" -LICENSE="MPL-2" +LICENSE="MPL-2.0" KEYWORDS="~amd64" RDEPEND="app-shells/bash"