summary refs log tree commit diff
path: root/pkgs/tools/misc/rlwrap
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-23 16:46:21 +0200
committerGitHub <noreply@github.com>2022-10-23 16:46:21 +0200
commit6ec591652048ca89a17822ee4c0bcb1ec2d2745c (patch)
tree28b20a92ab376ad046f582555a17f08ab44e153a /pkgs/tools/misc/rlwrap
parent7bc0c0e8a6530dca28c088e348766e366c575d49 (diff)
downloadnixpkgs-6ec591652048ca89a17822ee4c0bcb1ec2d2745c.tar
nixpkgs-6ec591652048ca89a17822ee4c0bcb1ec2d2745c.tar.gz
nixpkgs-6ec591652048ca89a17822ee4c0bcb1ec2d2745c.tar.bz2
nixpkgs-6ec591652048ca89a17822ee4c0bcb1ec2d2745c.tar.lz
nixpkgs-6ec591652048ca89a17822ee4c0bcb1ec2d2745c.tar.xz
nixpkgs-6ec591652048ca89a17822ee4c0bcb1ec2d2745c.tar.zst
nixpkgs-6ec591652048ca89a17822ee4c0bcb1ec2d2745c.zip
rlwrap: remove me as maintainer
Diffstat (limited to 'pkgs/tools/misc/rlwrap')
-rw-r--r--pkgs/tools/misc/rlwrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/rlwrap/default.nix b/pkgs/tools/misc/rlwrap/default.nix
index e21842e3604..d5d86c19851 100644
--- a/pkgs/tools/misc/rlwrap/default.nix
+++ b/pkgs/tools/misc/rlwrap/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/hanslub42/rlwrap";
     license = licenses.gpl2Plus;
     platforms = platforms.unix;
-    maintainers = with maintainers; [ SuperSandro2000 srapenne ];
+    maintainers = with maintainers; [ srapenne ];
   };
 }