webcord: add NotAShelf to maintainers

This commit is contained in:
NotAShelf
2025-01-19 12:36:23 +03:00
parent 8e614ad4fa
commit daa15f0547
+1
View File
@@ -88,6 +88,7 @@ buildNpmPackage rec {
mainProgram = "webcord";
maintainers = with lib.maintainers; [
huantian
NotAShelf
];
platforms = lib.platforms.linux;
};