bloop: add kubukoz as maintainer

This commit is contained in:
Jakub Kozłowski 2021-11-05 00:28:01 +01:00 committed by Jonathan Ringer
parent dcc0aacb07
commit 24d717393f

View file

@ -87,6 +87,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
description = "A Scala build server and command-line tool to make the compile and test developer workflows fast and productive in a build-tool-agnostic way";
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ tomahna ];
maintainers = with maintainers; [ kubukoz tomahna ];
};
}