gauge: add marie to maintainers

This commit is contained in:
Marie Ramlow 2024-03-11 11:57:26 +01:00 committed by Yaya
parent 0098af6a51
commit 504920cc22

View File

@ -26,6 +26,6 @@ buildGoModule rec {
mainProgram = "gauge"; mainProgram = "gauge";
homepage = "https://gauge.org"; homepage = "https://gauge.org";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.vdemeester ]; maintainers = with maintainers; [ vdemeester marie ];
}; };
} }