Unverified Commit e5d12e12 authored by siphc's avatar siphc
Browse files

maintainers: add siphc

parent 5032bf8a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };
})