summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system/lr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/lr/default.nix')
-rw-r--r--pkgs/tools/system/lr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/lr/default.nix b/pkgs/tools/system/lr/default.nix
index 0ab8d226f3a0..38fe1e6347f9 100644
--- a/pkgs/tools/system/lr/default.nix
+++ b/pkgs/tools/system/lr/default.nix
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "List files recursively";
license = licenses.mit;
platforms = platforms.all;
- maintainers = [ maintainers.globin ];
+ maintainers = [ ];
};
}