diff options
author | Robin Raymond <robin@robinraymond.de> | 2018-02-22 13:39:13 +0100 |
---|---|---|
committer | Robin Raymond <robin@robinraymond.de> | 2018-02-22 13:39:13 +0100 |
commit | 82823a4085e47668c062ad9f7e0a012b1079c005 (patch) | |
tree | 1f4b3625a1764b79a779064606bca372f5ee16c6 | |
parent | 372c1a7033ab679a119f7046bd3de88f081d0a86 (diff) |
v2.1.1 readme updatev2.1.1
-rw-r--r-- | README.md | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -5,7 +5,7 @@ ## Stable Releases -* [SNM v2.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1) +* [SNM v2.1.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1.1) [Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest) @@ -18,14 +18,6 @@ the gpg key with fingerprint D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A ``` -## Release Candidate - -If you feel adventurous, give the new release candidate a spin. It adds quotas to -the user accounts, and allows for managing sieve filters with the ManageSieve -plugin. - -* [SNM v2.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1-rc2) - ## Features ### v2.0 @@ -81,7 +73,7 @@ plugin. { config, pkgs, ... }: { imports = [ - (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz") + (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.1.tar.gz") ]; mailserver = { @@ -134,7 +126,7 @@ common ones. { config, pkgs, ... }: { imports = [ - (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz") + (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.1.tar.gz") ]; mailserver = { |