maintainers: add siphc
This commit is contained in:
@@ -24422,6 +24422,12 @@
|
||||
github = "siph";
|
||||
githubId = 6619112;
|
||||
};
|
||||
siphc = {
|
||||
name = "siphc";
|
||||
github = "siphc";
|
||||
githubId = 42943030;
|
||||
email = "ayfpan@ucla.edu";
|
||||
};
|
||||
sir4ur0n = {
|
||||
github = "sir4ur0n";
|
||||
githubId = 1204125;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user