mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
opam: add marsam to maintainers
This commit is contained in:
parent
05cfa5ff99
commit
9d81c54b31
@ -113,7 +113,7 @@ in stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A package manager for OCaml";
|
description = "A package manager for OCaml";
|
||||||
homepage = "https://opam.ocaml.org/";
|
homepage = "https://opam.ocaml.org/";
|
||||||
maintainers = [ maintainers.henrytill ];
|
maintainers = [ maintainers.henrytill maintainers.marsam ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -123,7 +123,7 @@ print <<'EOF';
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A package manager for OCaml";
|
description = "A package manager for OCaml";
|
||||||
homepage = "https://opam.ocaml.org/";
|
homepage = "https://opam.ocaml.org/";
|
||||||
maintainers = [ maintainers.henrytill ];
|
maintainers = [ maintainers.henrytill maintainers.marsam ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user