about summary refs log tree commit diff
path: root/nixos/tests/plausible.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-06-01 17:59:59 +0200
committerRaphael Megzari <raphael@megzari.com>2021-06-02 19:21:31 +0900
commitcc88797ce079d632e1d71b190b40a36efc7ac378 (patch)
tree04336e1f41e5331c5f2c6ee53344c830b6607983 /nixos/tests/plausible.nix
parent1ed65d4bf6466f7ca47ca7f16cf9a4712e422052 (diff)
plausible: minor polishing
Diffstat (limited to 'nixos/tests/plausible.nix')
-rw-r--r--nixos/tests/plausible.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/plausible.nix b/nixos/tests/plausible.nix
index eb14bf5f49151..45e11f0270e6a 100644
--- a/nixos/tests/plausible.nix
+++ b/nixos/tests/plausible.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, lib, ... }: {
   name = "plausible";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with lib.maintainers; {
     maintainers = [ ma27 ];
   };