ocamlPackages.fdkaac: Add dandellion as maintainer

This commit is contained in:
Daniel Olsen 2021-10-09 15:34:04 +02:00 committed by Vincent Laporte
parent 6c20f38d3a
commit 1d9cf1d68f

View file

@ -21,7 +21,7 @@ buildDunePackage rec {
description = "OCaml binding for the fdk-aac library";
inherit (src.meta) homepage;
license = lib.licenses.gpl2Only;
maintainers = [ lib.maintainers.vbgl ];
maintainers = [ lib.maintainers.vbgl lib.maintainers.dandellion ];
};
}