gitlab-elasticsearch-indexer: add cyberus team as maintainer

This commit is contained in:
Alexander Sieg 2024-07-30 12:36:34 +02:00
parent 38c7d204e6
commit 682bee28da
No known key found for this signature in database

View File

@ -21,6 +21,6 @@ buildGoModule rec {
description = "Indexes Git repositories into Elasticsearch for GitLab";
mainProgram = "gitlab-elasticsearch-indexer";
license = licenses.mit;
maintainers = with maintainers; [ xanderio yayayayaka ];
maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members;
};
}