ocamlPackages.fdkaac: Add dandellion as maintainer

main
Daniel Olsen 3 years ago committed by Vincent Laporte
parent 6c20f38d3a
commit 1d9cf1d68f
  1. 2
      pkgs/development/ocaml-modules/fdkaac/default.nix

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

Loading…
Cancel
Save