Module: wine Branch: master Commit: aa5e4c09fc46bc08c4f7239f82df1e03c504a391 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aa5e4c09fc46bc08c4f7239f8... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Mon Mar 28 14:06:41 2022 -0500 maintainers: Update the path to strmbase. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9ceae9e80bf..14fe2e0cb9b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -109,8 +109,8 @@ F: dlls/qcap/ F: dlls/qdvd/ F: dlls/qedit/ F: dlls/quartz/ -F: dlls/strmbase/ F: dlls/winegstreamer/quartz_parser.c +F: libs/strmbase/ DirectWrite M: Nikolay Sivov <nsivov(a)codeweavers.com>