vidmerger: remove with lib
This commit is contained in:
@@ -34,14 +34,14 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
extraArgs = [ "--generate-lockfile" ];
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Merge video & audio files via CLI";
|
||||
homepage = "https://github.com/TGotwig/vidmerger";
|
||||
license = with licenses; [
|
||||
license = with lib.licenses; [
|
||||
mit
|
||||
commons-clause
|
||||
];
|
||||
maintainers = with maintainers; [ ByteSudoer ];
|
||||
maintainers = with lib.maintainers; [ ByteSudoer ];
|
||||
mainProgram = "vidmerger";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user