about summary refs log tree commit diff
path: root/pkgs/tools/misc/rlwrap
diff options
context:
space:
mode:
authorSolene Rapenne <solene.rapenne@tweag.io>2022-10-04 22:38:48 +0200
committerSolene Rapenne <solene.rapenne@tweag.io>2022-10-04 22:38:48 +0200
commitab53d889c088351b3372994c112f2c552803384c (patch)
tree8a8b875407e25f21d5e08b50b548724c127412f1 /pkgs/tools/misc/rlwrap
parent5a08000cad3e9ee1a0c66f94be0eff5355c6679a (diff)
rlwrap: add srapenne 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 7766237753f9f..3a050cf781e55 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 ];
+    maintainers = with maintainers; [ SuperSandro2000 srapenne ];
   };
 }