summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-12-21 11:52:47 +0100
committerRobin Raymond <robin@robinraymond.de>2017-12-21 11:52:47 +0100
commiteada0bb7542bca46f8b442239182a6666ee341fa (patch)
tree1059e3399269d6228df263e36616ecc973eb7177 /README.md
parent129e36c5e640842b6bf9698d9b1c618ea2344ac3 (diff)
fix link in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52dcc21..1b0cff8 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ D9FE 4119 F082 6F15 93BD BD36 6162 DBA5 635E A16A
{ 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.4.tar.gz")
];
mailserver = {