From b191415173bed6db478156e4c03719b5908d1f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sakura=E6=A1=9C?= <63789876+SakuraNotStupid@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:21:33 +0800 Subject: [PATCH] Add MI8SE (#141) --- website/docs/repos.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/docs/repos.js b/website/docs/repos.js index 67bb30a6..768d8005 100644 --- a/website/docs/repos.js +++ b/website/docs/repos.js @@ -44,6 +44,13 @@ const repos = [ kernel_link: 'https://github.com/169163-Network/kernel_xiaomi_cepheus', devices: 'cepheus for pixel experience' }, + { + maintainer: 'SakuraNotStupid', + maintainer_link: 'https://github.com/SakuraNotStupid', + kernel_name: 'android_kernel_xiaomi_sdm710', + kernel_link: 'https://github.com/SakuraNotStupid/android_kernel_xiaomi_sdm710', + devices: 'MI8SE(sirius) for LineageOS' + }, ]; -export default repos; \ No newline at end of file +export default repos;