Unverified Commit b68b93f9 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #215018 from SuperSandro2000/rlwrap

rlwrap: remove me as maintainer
parents fb280307 6ec59165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}