format + add alpine

This commit is contained in:
Tristan 2024-02-14 23:35:50 +00:00
parent e9a22d817e
commit 3bf9f9b6d1
8 changed files with 90 additions and 64 deletions

View file

@ -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 = [];
};
}