rlwrap: remove me as maintainer

This commit is contained in:
Sandro
2022-10-23 16:46:21 +02:00
committed by GitHub
parent 7bc0c0e8a6
commit 6ec5916520
+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 ];
};
}