summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-05-30 12:34:55 +0300
committerrobot-piglet <[email protected]>2025-05-30 13:04:17 +0300
commitaa5b65fb974e9de8da3dfd1716808817e83c9e6b (patch)
treecdb094c0a9eaf5f1ef20baa93abe953112d332b2
parent5b6cff2c6fa0bd9701b9285f375c6b0f9c1a8973 (diff)
Intermediate changes
commit_hash:a202126dac8bf1e6d89ecdeef0b1a94564b12916
-rw-r--r--contrib/deprecated/http-parser/.yandex_meta/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/deprecated/http-parser/.yandex_meta/__init__.py b/contrib/deprecated/http-parser/.yandex_meta/__init__.py
index 9947099a0d3..6bb05a2a85f 100644
--- a/contrib/deprecated/http-parser/.yandex_meta/__init__.py
+++ b/contrib/deprecated/http-parser/.yandex_meta/__init__.py
@@ -3,7 +3,7 @@ from devtools.yamaker.project import NixProject
http_parser = NixProject(
owners=["g:mds", "g:cpp-contrib"],
- arcdir="contrib/restricted/http-parser",
+ arcdir="contrib/deprecated/http-parser",
nixattr="http-parser",
# By default maximium header size allowed is 80Kb. To remove the effective limit
# on the size of the header, we define the macro to a very large number (0x7fffffff).