diff options
author | robot-piglet <[email protected]> | 2025-08-22 19:23:55 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-08-22 19:38:18 +0300 |
commit | c67eb44c6d5cbeb61877e9776f8ea7aeeb1fd03c (patch) | |
tree | 26447424cb2a7b03fe1b1d6f10eaf5e9702eb3df /contrib/restricted/boost/system | |
parent | a2caee2426b884f5f71512d59f69a284759397cd (diff) |
Intermediate changes
commit_hash:c695140ef0756cc6f8476240f944dd500ed41915
Diffstat (limited to 'contrib/restricted/boost/system')
-rw-r--r-- | contrib/restricted/boost/system/.yandex_meta/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/system/.yandex_meta/__init__.py b/contrib/restricted/boost/system/.yandex_meta/__init__.py index 2e70b0627d1..871e8e10757 100644 --- a/contrib/restricted/boost/system/.yandex_meta/__init__.py +++ b/contrib/restricted/boost/system/.yandex_meta/__init__.py @@ -9,7 +9,7 @@ def post_install(self): boost_system = NixSourceProject( nixattr="boost_system", arcdir=boost.make_arcdir("system"), - owners=["g:cpp-contrib", "g:taxi-common"], + owners=["g:cpp-contrib"], copy_sources=[ "include/boost/", ], |