summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-11-21 12:15:51 +0100
committerRobin Raymond <robin@robinraymond.de>2017-11-21 12:15:51 +0100
commit84e394036666e5eac6891041fd02862b802dfcd3 (patch)
treefa6f18dbe33a441737241d7fc54ec586b0a646e8
parent77c8eef465e525855b110176684f8175156495a8 (diff)
update readme v2.0.1v2.0.1
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e234863..59196f6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Stable Releases
-* [SNM v2.0](https://github.com/r-raymond/nixos-mailserver/releases/v2.0)
+* [SNM v2.0.1](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.1)
[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/releases/tag/v2.0")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/releases/tag/v2.0.1")
];
mailserver = {
@@ -114,7 +114,7 @@ common ones.
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/releases/tag/v2.0")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/releases/tag/v2.0.1")
];
mailserver = {