about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2021-10-09 15:34:04 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-03-09 14:19:53 +0100
commit1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f (patch)
tree4c05fdad90161965bcd5133bfaa256d0a9a865f4 /pkgs/development/ocaml-modules
parent6c20f38d3aeb09afea6a39472a51dee6844c0909 (diff)
downloadnixlib-1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f.tar
nixlib-1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f.tar.gz
nixlib-1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f.tar.bz2
nixlib-1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f.tar.lz
nixlib-1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f.tar.xz
nixlib-1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f.tar.zst
nixlib-1d9cf1d68fdd0d5c1f0c689b7e469884b369fd5f.zip
ocamlPackages.fdkaac: Add dandellion as maintainer
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/fdkaac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/fdkaac/default.nix b/pkgs/development/ocaml-modules/fdkaac/default.nix
index d3915b65935e..d794e4acce79 100644
--- a/pkgs/development/ocaml-modules/fdkaac/default.nix
+++ b/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 ];
   };
 
 }