Merge pull request #267535 from ajs124/ejabber-drop-maint

nixos/test/ejabberd: remove myself as maintainer
This commit is contained in:
Mario Rodas 2023-11-14 18:35:18 -05:00 committed by GitHub
commit 1d8fbb4459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
import ../make-test-python.nix ({ pkgs, ... }: {
name = "ejabberd";
meta = with pkgs.lib.maintainers; {
maintainers = [ ajs124 ];
maintainers = [ ];
};
nodes = {
client = { nodes, pkgs, ... }: {