goimapnotify: add rafaelrc to maintainers

This commit is contained in:
rafaelrc7
2024-02-03 02:02:28 -03:00
parent 2074a29583
commit b5ec8e08d1
@@ -24,7 +24,7 @@ buildGoModule rec {
"Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE";
homepage = "https://gitlab.com/shackra/goimapnotify";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ wohanley ];
maintainers = with maintainers; [ wohanley rafaelrc ];
mainProgram = "goimapnotify";
};
}