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

drone-runner-docker: remove emilylange from maintainers

authored by Fabián Heredia Montiel and committed by GitHub 8bee50f7 b2d8e8b1

+1 -1
+1 -1
pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
··· 14 vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k="; 15 16 meta = with lib; { 17 - maintainers = with maintainers; [ endocrimes emilylange ]; 18 license = licenses.unfreeRedistributable; 19 homepage = "https://github.com/drone-runners/drone-runner-docker"; 20 description = "Drone pipeline runner that executes builds inside Docker containers";
··· 14 vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k="; 15 16 meta = with lib; { 17 + maintainers = with maintainers; [ endocrimes ]; 18 license = licenses.unfreeRedistributable; 19 homepage = "https://github.com/drone-runners/drone-runner-docker"; 20 description = "Drone pipeline runner that executes builds inside Docker containers";