From 82823a4085e47668c062ad9f7e0a012b1079c005 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Thu, 22 Feb 2018 13:39:13 +0100 Subject: [PATCH] v2.1.1 readme update --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 694b30c..faf12f4 100644 --- a/README.md +++ b/README.md @@ -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 = {