summary refs log tree commit diff
path: root/nixos/modules/services/mail/dovecot.nix
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-01-10 00:12:07 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-02-12 14:12:48 -0800
commitcfed3b8b226dfd103f1942c55ffa664178832c29 (patch)
tree497771b6c8655c6bee77e77533e7f07ec4ce64dc /nixos/modules/services/mail/dovecot.nix
parent6964689aff0e97424e594a52bf90673576ee8878 (diff)
downloadnixpkgs-cfed3b8b226dfd103f1942c55ffa664178832c29.tar
nixpkgs-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.gz
nixpkgs-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.bz2
nixpkgs-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.lz
nixpkgs-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.xz
nixpkgs-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.zst
nixpkgs-cfed3b8b226dfd103f1942c55ffa664178832c29.zip
treewide: update 21.03 to 21.05
The NixOS 21.03 release has been delayed to 21.05. See NixOS/rfcs#80.

There are two instances of 21.03 which have been left as is, since they
are in stateVersion comparisons. This will ensure that existing user
configurations which refer to 21.03 will continue to work.
Diffstat (limited to 'nixos/modules/services/mail/dovecot.nix')
-rw-r--r--nixos/modules/services/mail/dovecot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/dovecot.nix b/nixos/modules/services/mail/dovecot.nix
index 03e7e40e388..a2298152b02 100644
--- a/nixos/modules/services/mail/dovecot.nix
+++ b/nixos/modules/services/mail/dovecot.nix
@@ -463,7 +463,7 @@ in
     environment.systemPackages = [ dovecotPkg ];
 
     warnings = mkIf (any isList options.services.dovecot2.mailboxes.definitions) [
-      "Declaring `services.dovecot2.mailboxes' as a list is deprecated and will break eval in 21.03! See the release notes for more info for migration."
+      "Declaring `services.dovecot2.mailboxes' as a list is deprecated and will break eval in 21.05! See the release notes for more info for migration."
     ];
 
     assertions = [