0
0
Fork 0
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:
Anthony Roussel 2023-11-07 11:38:55 +01:00
parent 9489fc779e
commit e5ae8202f7
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -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 ];
};