tailscale-gitops-pusher: add cyberus team as maintainer

This commit is contained in:
Alexander Sieg 2024-07-30 12:35:01 +02:00
parent 7237f14f6c
commit 31b9891df8
No known key found for this signature in database

View File

@ -23,6 +23,6 @@ buildGoModule {
description = "Allows users to use a GitOps flow for managing Tailscale ACLs";
license = licenses.bsd3;
mainProgram = "gitops-pusher";
maintainers = with maintainers; [ xanderio ];
maintainers = teams.cyberus.members;
};
}