opam: add marsam to maintainers
This commit is contained in:
parent
05cfa5ff99
commit
9d81c54b31
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue