maintainers: add siphc

This commit is contained in:
siphc
2026-01-24 14:08:44 -08:00
parent 5032bf8a83
commit e5d12e124c
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -24422,6 +24422,12 @@
github = "siph";
githubId = 6619112;
};
siphc = {
name = "siphc";
github = "siphc";
githubId = 42943030;
email = "ayfpan@ucla.edu";
};
sir4ur0n = {
github = "sir4ur0n";
githubId = 1204125;
+4 -1
View File
@@ -55,7 +55,10 @@ buildGoModule (finalAttrs: {
description = "Lightweight, secure, and feature-rich Discord terminal client";
homepage = "https://github.com/ayn2op/discordo";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ arian-d ];
maintainers = with lib.maintainers; [
arian-d
siphc
];
mainProgram = "discordo";
};
})