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 06:00:57 +01:00 committed by GitHub
parent e732f713d0
commit 6d0224cd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}