scala-cli: add agilesteel as maintainer (#375863)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user