summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-12-18 22:06:30 +0100
committerRobin Raymond <robin@robinraymond.de>2017-12-18 22:06:30 +0100
commitf64f870a9f0549edf895ff5c30429c25b70ac2cb (patch)
tree05793a7596881455b58ec8902e9400d289677b71
parent52ffc5ef7b002ed389255ec02d260c9d9d931c16 (diff)
update readme for v2.0.3
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5d5ada3..b980f71 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Stable Releases
-* [SNM v2.0.2](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.2)
+* [SNM v2.0.3](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.3)
[Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
@@ -123,7 +123,7 @@ common ones.
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.2.tar.gz")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.3.tar.gz")
];
mailserver = {