docker-credential-gcr: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2024-03-24 11:40:23 +01:00
parent 4b012709cd
commit 57dc687f2f
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ buildGoModule rec {
homepage = "https://github.com/GoogleCloudPlatform/docker-credential-gcr";
changelog = "https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ suvash ];
maintainers = with maintainers; [ suvash anthonyroussel ];
mainProgram = "docker-credential-gcr";
};
}