Unverified Commit 8cf467c7 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

feed2imap-go: Add myself as additional maintainer (#459503)

parents 57095557 c1a739cf
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
    ];
  };
}