mpvScripts.chapterskip: Add missing metadata

This commit is contained in:
nicoo 2023-12-13 00:55:30 +00:00
parent 0b157469b7
commit 86e2b649ab

View File

@ -14,7 +14,13 @@ buildLua {
};
meta = {
description = "Automatically skips chapters based on title";
longDescription = ''
MPV script that skips chapters based on their title, categorized using regexes.
The set of skipped categories can be configured globally, or by an auto-profile.
'';
homepage = "https://github.com/po5/chapterskip";
license = lib.licenses.unfree; # https://github.com/po5/chapterskip/issues/10
maintainers = with lib.maintainers; [ nicoo ];
};
}