drone: remove elohmeier as maintainer

This commit is contained in:
Enno Richter
2024-06-14 09:22:19 +02:00
parent 17da375639
commit ca41a816a6
@@ -25,7 +25,7 @@ buildGoModule rec {
description = "Continuous Integration platform built on container technology";
mainProgram = "drone-server";
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;
};
}