opam: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-04-21 07:26:00 -05:00 committed by Vincent Laporte
parent 05cfa5ff99
commit 9d81c54b31
2 changed files with 2 additions and 2 deletions

View file

@ -113,7 +113,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A package manager for OCaml";
homepage = "https://opam.ocaml.org/";
maintainers = [ maintainers.henrytill ];
maintainers = [ maintainers.henrytill maintainers.marsam ];
platforms = platforms.all;
};
}

View file

@ -123,7 +123,7 @@ print <<'EOF';
meta = with stdenv.lib; {
description = "A package manager for OCaml";
homepage = "https://opam.ocaml.org/";
maintainers = [ maintainers.henrytill ];
maintainers = [ maintainers.henrytill maintainers.marsam ];
platforms = platforms.all;
};
}