mpvScripts.sponsorblock: fix blatant ignorance of CONTRIBUTING.md

This commit is contained in:
legendofmiracles 2022-01-12 15:17:06 +01:00 committed by schnusch
parent b41e56b751
commit 54f8775d64

View file

@ -42,7 +42,7 @@ stdenvNoCC.mkDerivation {
passthru.scriptName = "sponsorblock.lua";
meta = with lib; {
description = "mpv script to skip sponsored segments of YouTube videos";
description = "Script for mpv to skip sponsored segments of YouTube videos";
homepage = "https://github.com/po5/mpv_sponsorblock";
license = licenses.gpl3;
platforms = platforms.all;