nixos/test/ejabberd: remove myself as maintainer
This commit is contained in:
parent
cd014bdb85
commit
bf93b0bd3f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import ../make-test-python.nix ({ pkgs, ... }: {
|
||||
name = "ejabberd";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ ajs124 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
nodes = {
|
||||
client = { nodes, pkgs, ... }: {
|
||||
|
|
Loading…
Reference in a new issue