Unverified Commit 552a1542 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

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

tomcat*: add `sourceProvenance` `binaryBytecode`
parents 29fa9930 ca7f83f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ let
      platforms = platforms.all;
      maintainers = [ ];
      license = [ licenses.asl20 ];
      sourceProvenance = with sourceTypes; [ binaryBytecode ];
    };
  });