Unverified Commit b89a109b authored by emilylange's avatar emilylange
Browse files

drone-runner-docker: remove emilylange from maintainers

I am no longer willing to maintain drone-runner-docker or any other
Drone CI related software.
parent d6d9317c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";