Merge pull request #215018 from SuperSandro2000/rlwrap

rlwrap: remove me as maintainer

authored by superherointj and committed by GitHub b68b93f9 fb280307

+1 -1
+1 -1
pkgs/tools/misc/rlwrap/default.nix
··· 25 25 homepage = "https://github.com/hanslub42/rlwrap"; 26 26 license = licenses.gpl2Plus; 27 27 platforms = platforms.unix; 28 - maintainers = with maintainers; [ SuperSandro2000 srapenne ]; 28 + maintainers = with maintainers; [ srapenne ]; 29 29 }; 30 30 }