summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-11-26 12:08:07 +0100
committerRobin Raymond <robin@robinraymond.de>2017-11-26 12:08:07 +0100
commit85217621d93567c1159d6ebc166b7375d74b6fd7 (patch)
tree6f9e9ff3b46cd5493fde36323e94854df345a788
parent7122a561110e5e1d4c13b551a159c320185f6c4d (diff)
update readme for v.2.0.2v2.0.2
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b340d06..2639a0a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Stable Releases
-* [SNM v2.0.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.1)
+* [SNM v2.0.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.2)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@@ -61,7 +61,7 @@
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz")
];
mailserver = {
@@ -114,7 +114,7 @@ common ones.
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz")
];
mailserver = {