1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

ocamlPackages.ffmpeg: add @momeemt to maintainers

This commit is contained in:
Mutsuha Asada 2025-06-04 08:54:18 +09:00 committed by Vincent Laporte
parent 9019cc426e
commit 86394421cd

View file

@ -17,6 +17,7 @@ rec {
license = lib.licenses.lgpl21Only;
maintainers = with lib.maintainers; [
dandellion
momeemt
];
};
}