diff --git a/pungi/checks.py b/pungi/checks.py index 8ac5b882..0e0868c5 100644 --- a/pungi/checks.py +++ b/pungi/checks.py @@ -497,7 +497,6 @@ def make_schema(): }, "gpgkey": {"type": "string"}, "git_branch": {"type": "string"}, - "registry": {"type": "object"}, }, "required": ["url", "target", "git_branch"] },