Merge pull request #215018 from SuperSandro2000/rlwrap

rlwrap: remove me as maintainer
This commit is contained in:
superherointj
2023-02-06 20:39:47 -03:00
committed by GitHub
+1 -1
View File
@@ -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 ];
};
}