imapnotify: pkgs.mbsync -> pkgs.isync

This commit is contained in:
Bruno Bigras 2019-09-10 15:01:47 -04:00 committed by Robert Helgesson
parent 45ec65e1cc
commit d3e316eec5
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -9,7 +9,7 @@ with lib;
onNotify = mkOption { onNotify = mkOption {
type = with types; either str (attrsOf str); type = with types; either str (attrsOf str);
default = ""; default = "";
example = "\${pkgs.mbsync}/bin/mbsync test-%s"; example = "\${pkgs.isync}/bin/mbsync test-%s";
description = "Shell commands to run on any event."; description = "Shell commands to run on any event.";
}; };