goimapnotify: Add darwin to platforms (#193797)

* goimapnotify: Add darwin to platforms

The program builds and runs on macos.

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
David Baynard
2022-10-06 00:00:57 -05:00
committed by GitHub
co-authored by Mario Rodas
parent e732f713d0
commit 6d0224cd76
@@ -24,7 +24,6 @@ buildGoModule rec {
"Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE";
homepage = "https://gitlab.com/shackra/goimapnotify";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ wohanley ];
};
}