mill: add zenithal as maintainer

This commit is contained in:
Fabián Heredia Montiel 2023-06-27 09:08:27 -06:00
parent 29ace74e8c
commit e87cb08ecf

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
SBT, but can also be extended to support any other language or platform via SBT, but can also be extended to support any other language or platform via
modules (written in Java or Scala) or through an external subprocesses. modules (written in Java or Scala) or through an external subprocesses.
''; '';
maintainers = with maintainers; [ scalavision ]; maintainers = with maintainers; [ scalavision zenithal ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }