vidmerger: remove with lib

This commit is contained in:
kyehn
2025-08-30 21:43:50 +08:00
parent 774a012f8d
commit 423d5437d6
+3 -3
View File
@@ -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";
};
})