format + add alpine
This commit is contained in:
parent
e9a22d817e
commit
3bf9f9b6d1
8 changed files with 90 additions and 64 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ lib
|
||||
, buildLua
|
||||
, fetchgit
|
||||
, gitUpdater
|
||||
{
|
||||
lib,
|
||||
buildLua,
|
||||
fetchgit,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
buildLua rec {
|
||||
pname = "mpv-skipsilence";
|
||||
version = "1.0";
|
||||
|
|
@ -17,8 +17,7 @@ buildLua rec {
|
|||
meta = with lib; {
|
||||
description = "Increase playback speed during silence - a revolution in attention-deficit induction technology.";
|
||||
homepage = "https://github.com/ferreum/mpv-skipsilence";
|
||||
license = licenses.unlicense; # actually they don't have a license
|
||||
maintainers = [ ];
|
||||
license = licenses.unlicense; # actually they don't have a license
|
||||
maintainers = [];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue