summary refs log tree commit diff
path: root/nixos/tests/grocy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/grocy.nix')
-rw-r--r--nixos/tests/grocy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/grocy.nix b/nixos/tests/grocy.nix
index 7fa479ed2c4..220c55b1f63 100644
--- a/nixos/tests/grocy.nix
+++ b/nixos/tests/grocy.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "grocy";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ ma27 ];
   };