Merge pull request #233008 from risicle/ris-tomcat-binary-bytecode

tomcat*: add `sourceProvenance` `binaryBytecode`
This commit is contained in:
Thomas Gerbet 2023-05-20 16:16:56 +02:00 committed by GitHub
commit 552a154299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ let
platforms = platforms.all;
maintainers = [ ];
license = [ licenses.asl20 ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
};
});