mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
tomcat{9,10}: add anthonyroussel to maintainers
This commit is contained in:
parent
9489fc779e
commit
e5ae8202f7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ let
|
|||
homepage = "https://tomcat.apache.org/";
|
||||
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
|
||||
platforms = platforms.all;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ anthonyroussel ];
|
||||
license = [ licenses.asl20 ];
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue