Skip to content

Commit d2dc621

Browse files
committed
queue_job: declare sbidoul as maintainer
1 parent 4bf3d61 commit d2dc621

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

queue_job/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"installable": True,
3131
"development_status": "Mature",
32-
"maintainers": ["guewen"],
32+
"maintainers": ["guewen", "sbidoul"],
3333
"post_init_hook": "post_init_hook",
3434
"post_load": "post_load",
3535
}

test_queue_job/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"security/ir.model.access.csv",
1616
"data/queue_job_test_job.xml",
1717
],
18+
"maintainers": ["sbidoul"],
1819
"installable": True,
1920
}

0 commit comments

Comments
 (0)