docs: update maintainer github id

#4083
This commit is contained in:
Tony
2024-11-18 11:08:56 +08:00
parent 34053adf69
commit ae98fe1d51
+1 -1
View File
@@ -8,7 +8,7 @@ const baseURL = 'https://www.linkresearcher.com';
export const route: Route = {
path: '/:params',
name: 'Unknown',
maintainers: ['yech1990'],
maintainers: ['y9c'],
handler,
};