about summary refs log tree commit diff
path: root/pkgs/applications/editors/lite/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/lite/default.nix')
-rw-r--r--pkgs/applications/editors/lite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/lite/default.nix b/pkgs/applications/editors/lite/default.nix
index 908ecf2bdd711..2f43972349848 100644
--- a/pkgs/applications/editors/lite/default.nix
+++ b/pkgs/applications/editors/lite/default.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
     description = "A lightweight text editor written in Lua";
     homepage = "https://github.com/rxi/lite";
     license = licenses.mit;
-    maintainers = with maintainers; [ filalex77 ];
+    maintainers = with maintainers; [ Br1ght0ne ];
     platforms = platforms.unix;
   };
 }