3
0
Fork 0
forked from mirrors/nixpkgs

tomcat: sync meta.platforms with jre

This commit is contained in:
Anthony Roussel 2023-11-29 07:54:26 +01:00
parent d525015c8e
commit c9aee562c1
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -30,7 +30,7 @@ let
meta = with lib; {
homepage = "https://tomcat.apache.org/";
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
platforms = platforms.all;
platforms = jre.meta.platforms;
maintainers = with maintainers; [ anthonyroussel ];
license = [ licenses.asl20 ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];