weechat*: remove myself as maintainer
I don't use this anymore, so I don't bring any value here.
This commit is contained in:
parent
1dd4b324bf
commit
309bcc4d09
@ -78,7 +78,7 @@ let
|
|||||||
on https://nixos.org/nixpkgs/manual/#sec-weechat .
|
on https://nixos.org/nixpkgs/manual/#sec-weechat .
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ lovek323 lheckemann ma27 ];
|
maintainers = with stdenv.lib.maintainers; [ lovek323 lheckemann ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A WeeChat script in Lua that implements the matrix.org chat protocol";
|
description = "A WeeChat script in Lua that implements the matrix.org chat protocol";
|
||||||
homepage = "https://github.com/torhve/weechat-matrix-protocol-script";
|
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
|
license = licenses.mit; # see https://github.com/torhve/weechat-matrix-protocol-script/blob/0052e7275ae149dc5241226391c9b1889ecc3c6b/matrix.lua#L53
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user