mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
tomcat: sync meta.platforms with jre
This commit is contained in:
parent
d525015c8e
commit
c9aee562c1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://tomcat.apache.org/";
|
homepage = "https://tomcat.apache.org/";
|
||||||
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
|
description = "An implementation of the Java Servlet and JavaServer Pages technologies";
|
||||||
platforms = platforms.all;
|
platforms = jre.meta.platforms;
|
||||||
maintainers = with maintainers; [ anthonyroussel ];
|
maintainers = with maintainers; [ anthonyroussel ];
|
||||||
license = [ licenses.asl20 ];
|
license = [ licenses.asl20 ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue