tomcat9: remove danbst as maintainer
This commit is contained in:
parent
fa60c16dfc
commit
c802ded7fc
@ -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 ];
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user