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