Skip to content

Commit c2f9192

Browse files
authored
Fix codeowners (#352)
win32.rs and x11.rs is located in the backends folder
1 parent 64d4991 commit c2f9192

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/src/backends/web.rs @daxpedda
1818

1919
# Windows (no maintainer)
20-
/src/win32.rs
20+
/src/backends/win32.rs
2121

2222
# X11 (no maintainer)
23-
/src/x11.rs
23+
/src/backends/x11.rs

0 commit comments

Comments
 (0)