mujoco: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage
2024-06-07 08:21:18 +02:00
parent 1dcda38ec7
commit 7e7ddf4e4c
@@ -182,7 +182,11 @@ in stdenv.mkDerivation rec {
homepage = "https://mujoco.org/";
changelog = "https://github.com/google-deepmind/mujoco/releases/tag/${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ samuela tmplt ];
maintainers = with lib.maintainers; [
GaetanLepage
samuela
tmplt
];
broken = stdenv.isDarwin;
};
}