weechat*: remove myself as maintainer

I don't use this anymore, so I don't bring any value here.
This commit is contained in:
Maximilian Bosch
2020-07-20 21:47:10 +02:00
parent 1dd4b324bf
commit 309bcc4d09
2 changed files with 2 additions and 2 deletions
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A WeeChat script in Lua that implements the matrix.org chat protocol";
homepage = "https://github.com/torhve/weechat-matrix-protocol-script";
maintainers = with maintainers; [ ma27 ];
maintainers = with maintainers; [ ];
license = licenses.mit; # see https://github.com/torhve/weechat-matrix-protocol-script/blob/0052e7275ae149dc5241226391c9b1889ecc3c6b/matrix.lua#L53
platforms = platforms.unix;