drone-runner-docker: remove emilylange from maintainers
I am no longer willing to maintain drone-runner-docker or any other Drone CI related software.
This commit is contained in:
parent
d6d9317c33
commit
b89a109b35
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue