forked from mirrors/nixpkgs
tomcat: sync meta.platforms with jre
This commit is contained in:
parent
d525015c8e
commit
c9aee562c1
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue