From edd4cf7833c4615545bcd8bddbd6b379de4c5c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Mon, 11 Mar 2019 11:50:38 +0100 Subject: [PATCH] module_auto_update: remove maintainer --- module_auto_update/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/module_auto_update/__manifest__.py b/module_auto_update/__manifest__.py index fe337dbff..cf53b9f2e 100644 --- a/module_auto_update/__manifest__.py +++ b/module_auto_update/__manifest__.py @@ -19,5 +19,4 @@ 'base', ], 'development_status': 'Production/Stable', - 'maintainers': ['sbidoul'], }