Commit c1a739cf authored by René Neumann's avatar René Neumann
Browse files

feed2imap-go: Add myself as additional maintainer

parent d4b68613
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@ buildGoModule rec {
    mainProgram = "feed2imap-go";
    homepage = "https://github.com/Necoro/feed2imap-go";
    license = licenses.gpl2;
    maintainers = with maintainers; [ nomeata ];
    maintainers = with maintainers; [
      nomeata
      Necoro
    ];
  };
}