tomcat9: remove danbst as maintainer

This commit is contained in:
Aaron Andersen 2021-06-16 22:01:43 -04:00
parent fa60c16dfc
commit c802ded7fc

View File

@ -20,12 +20,12 @@ let
mv $out/webapps $webapps/
'';
meta = {
meta = with lib; {
homepage = "https://tomcat.apache.org/";
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
platforms = with lib.platforms; all;
maintainers = with lib.maintainers; [ danbst ];
license = [ lib.licenses.asl20 ];
platforms = platforms.all;
maintainers = [ ];
license = [ licenses.asl20 ];
};
});