diff options
| author | Alexander Sieg <alex@xanderio.de> | 2024-07-30 12:35:47 +0200 |
|---|---|---|
| committer | Alexander Sieg <alex@xanderio.de> | 2024-07-30 12:35:47 +0200 |
| commit | 38c7d204e63f07d86b43a020404faaecb201af4f (patch) | |
| tree | 283386e0ad09e483d7313a6596d8566149c458a4 | |
| parent | tailscale-gitops-pusher: add cyberus team as maintainer (diff) | |
| download | nixpkgs-38c7d204e63f07d86b43a020404faaecb201af4f.tar.gz | |
gitlab-container-registry: add cyberus team as maintainer
| -rw-r--r-- | pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix b/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix index b13c9a12706d..87f77c74d393 100644 --- a/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix +++ b/pkgs/applications/version-management/gitlab/gitlab-container-registry/default.nix @@ -28,7 +28,7 @@ buildGoModule rec { meta = with lib; { description = "GitLab Docker toolset to pack, ship, store, and deliver content"; license = licenses.asl20; - maintainers = with maintainers; [ yayayayaka xanderio ]; + maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members; platforms = platforms.unix; }; } |
