scala-cli: add agilesteel as maintainer

This commit is contained in:
Jakub Kozłowski
2025-01-22 16:35:28 +01:00
parent 606996d74f
commit 3945fc6146
@@ -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;
};