summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
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/services/web-apps
parent6f1134ff8b03efb11cee47636930d92b86b0f71c (diff)
downloadnixlib-e9ec28f0689809a7bad173a49783a3366ac33af8.tar
nixlib-e9ec28f0689809a7bad173a49783a3366ac33af8.tar.gz
nixlib-e9ec28f0689809a7bad173a49783a3366ac33af8.tar.bz2
nixlib-e9ec28f0689809a7bad173a49783a3366ac33af8.tar.lz
nixlib-e9ec28f0689809a7bad173a49783a3366ac33af8.tar.xz
nixlib-e9ec28f0689809a7bad173a49783a3366ac33af8.tar.zst
nixlib-e9ec28f0689809a7bad173a49783a3366ac33af8.zip
nixos/matomo: fix evaluation
Diffstat (limited to 'nixos/modules/services/web-apps')
-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 ed38eb9ce1e9..42affb06b51f 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 ];
   };
 }