update readme for v.2.0.2

This commit is contained in:
Robin Raymond 2017-11-26 12:08:07 +01:00
parent 7122a56111
commit 85217621d9

View File

@ -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 = {