about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-09 04:45:52 +0000
committerGitHub <noreply@github.com>2018-07-09 04:45:52 +0000
commite9ec28f0689809a7bad173a49783a3366ac33af8 (patch)
tree99de2a7899b908e2d999d4e31e1a616aad154d21 /nixos/modules
parent6f1134ff8b03efb11cee47636930d92b86b0f71c (diff)
nixos/matomo: fix evaluation
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/web-apps/matomo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/matomo.nix b/nixos/modules/services/web-apps/matomo.nix
index ed38eb9ce1e92..42affb06b51fb 100644
--- a/nixos/modules/services/web-apps/matomo.nix
+++ b/nixos/modules/services/web-apps/matomo.nix
@@ -241,6 +241,6 @@ in {
 
   meta = {
     doc = ./matomo-doc.xml;
-    maintainers = with stdenv.lib.maintainers; [ florianjacob ];
+    maintainers = with lib.maintainers; [ florianjacob ];
   };
 }