summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2018-02-18 11:49:55 +0100
committerRobin Raymond <robin@robinraymond.de>2018-02-18 11:49:55 +0100
commit3c625fc1911399dac8906e177358e9d94940a0d5 (patch)
tree20cc9b2522f4e69126896f3ed268acd524072a01 /README.md
parent3f6a7d0e0aaed98e6423c116c884267d087a7f75 (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 769bc71..694b30c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Stable Releases
-* [SNM v2.0.4](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.4)
+* [SNM v2.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.1)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@@ -81,7 +81,7 @@ plugin.
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz")
];
mailserver = {
@@ -134,7 +134,7 @@ common ones.
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.1.tar.gz")
];
mailserver = {