mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #273862 from nbraud/mpvScripts/chapterskip
mpvScripts.chapterskip: Add missing metadata
This commit is contained in:
commit
32c5b7eca4
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user