Merge pull request #291381 from emilylange/drone-runner-docker

drone-runner-docker: remove emilylange from maintainers
This commit is contained in:
Fabián Heredia Montiel 2024-02-25 15:56:35 -06:00 committed by GitHub
commit 8bee50f708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ buildGoModule rec {
vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";
meta = with lib; {
maintainers = with maintainers; [ endocrimes emilylange ];
maintainers = with maintainers; [ endocrimes ];
license = licenses.unfreeRedistributable;
homepage = "https://github.com/drone-runners/drone-runner-docker";
description = "Drone pipeline runner that executes builds inside Docker containers";