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:
parent
e732f713d0
commit
6d0224cd76
@ -24,7 +24,6 @@ buildGoModule rec {
|
|||||||
"Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE";
|
"Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE";
|
||||||
homepage = "https://gitlab.com/shackra/goimapnotify";
|
homepage = "https://gitlab.com/shackra/goimapnotify";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ wohanley ];
|
maintainers = with maintainers; [ wohanley ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user