Commit f27bb8d7 authored by John Lago's avatar John Lago
Browse files

devbox: add lagoja to maintainers

parent 58b0b660
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@ buildGoModule rec {
    description = "Instant, easy, predictable shells and containers.";
    homepage = "https://www.jetpack.io/devbox";
    license = licenses.asl20;
    maintainers = with maintainers; [ urandom ];
    maintainers = with maintainers; [ urandom lagoja ];
  };
}