summary refs log tree commit diff
path: root/pkgs/by-name/re/replxx/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/re/replxx/package.nix')
-rw-r--r--pkgs/by-name/re/replxx/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/re/replxx/package.nix b/pkgs/by-name/re/replxx/package.nix
index 2e910855707..ae8d185bb53 100644
--- a/pkgs/by-name/re/replxx/package.nix
+++ b/pkgs/by-name/re/replxx/package.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
     homepage = "https://github.com/AmokHuginnsson/replxx";
     description = "A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ rs0vere ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.all;
   };
 })