Commit 504920cc authored by Marie Ramlow's avatar Marie Ramlow Committed by Yaya
Browse files

gauge: add marie to maintainers

parent 0098af6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ buildGoModule rec {
    mainProgram = "gauge";
    homepage = "https://gauge.org";
    license = licenses.asl20;
    maintainers = [ maintainers.vdemeester ];
    maintainers = with maintainers; [ vdemeester marie ];
  };
}