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
1 changed files with 1 additions and 1 deletions

View File

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