drone: remove elohmeier as maintainer

This commit is contained in:
Enno Richter 2024-06-14 09:20:32 +02:00
parent 17da375639
commit ca41a816a6

View File

@ -25,7 +25,7 @@ buildGoModule rec {
description = "Continuous Integration platform built on container technology"; description = "Continuous Integration platform built on container technology";
mainProgram = "drone-server"; mainProgram = "drone-server";
homepage = "https://github.com/harness/drone"; homepage = "https://github.com/harness/drone";
maintainers = with maintainers; [ elohmeier vdemeester techknowlogick ]; maintainers = with maintainers; [ vdemeester techknowlogick ];
license = with licenses; if enableUnfree then unfreeRedistributable else asl20; license = with licenses; if enableUnfree then unfreeRedistributable else asl20;
}; };
} }