devbox: add lagoja to maintainers

This commit is contained in:
John Lago 2023-10-27 11:22:44 -07:00
parent 58b0b660ba
commit f27bb8d7b6

View File

@ -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 ];
};
}