diff options
author | robot-piglet <[email protected]> | 2025-08-11 13:45:53 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-08-11 13:55:16 +0300 |
commit | e930e8275caf261cf30cc88bbd9af36675b76bd3 (patch) | |
tree | 9c82db83e73c873c353e537237cce1ecadff21f3 | |
parent | 02b12e13b782df0c0b33c3af0464cf01e2cc0b2a (diff) |
Intermediate changes
commit_hash:c08f9c6435969b29c68e7226e23556819615d661
-rw-r--r-- | contrib/restricted/libffi/.yandex_meta/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/libffi/.yandex_meta/__init__.py b/contrib/restricted/libffi/.yandex_meta/__init__.py index c3050c74678..a76e6e784b1 100644 --- a/contrib/restricted/libffi/.yandex_meta/__init__.py +++ b/contrib/restricted/libffi/.yandex_meta/__init__.py @@ -298,7 +298,7 @@ def libffi_post_install(self): libffi = GNUMakeNixProject( nixattr="libffi", - owners=["borman", "g:cpp-contrib"], + owners=["g:cpp-contrib"], arcdir="contrib/restricted/libffi", makeflags=["libffi.la", "libffi.map"], copy_sources=[ |