summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files 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 = {