Skip to content

Commit cb9a69f

Browse files
committed
Fix CODEOWNERS file
1 parent 38bb7b6 commit cb9a69f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Android
2-
/src/android.rs @MarijnS95
2+
/src/backends/android.rs @MarijnS95
33

44
# Apple platforms
5-
/src/cg.rs @madsmtm
5+
/src/backends/cg.rs @madsmtm
66

77
# DRM/KMS (no maintainer)
8-
/src/kms.rs
8+
/src/backends/kms.rs
99

1010
# Redox
11-
/src/orbital.rs @jackpot51
11+
/src/backends/orbital.rs @jackpot51
1212

1313
# Wayland
14-
/src/wayland @ids1024
14+
/src/backends/wayland @ids1024
1515

1616
# Web
17-
/src/web.rs @daxpedda
17+
/src/backends/web.rs @daxpedda
1818

1919
# Windows
20-
/src/win32.rs @notgull
20+
/src/backends/win32.rs @notgull
2121

2222
# X11
23-
/src/x11.rs @notgull
23+
/src/backends/x11.rs @notgull

0 commit comments

Comments
 (0)