scala-cli: add agilesteel as maintainer (#375863)

This commit is contained in:
misuzu
2025-01-22 23:07:47 +02:00
committed by GitHub
@@ -86,7 +86,10 @@ stdenv.mkDerivation {
license = licenses.asl20;
description = "Command-line tool to interact with the Scala language";
mainProgram = "scala-cli";
maintainers = [ maintainers.kubukoz ];
maintainers = with maintainers; [
kubukoz
agilesteel
];
inherit platforms;
};