Merge pull request #263830 from Lagoja/master

devbox: add lagoja as maintainer
This commit is contained in:
Weijia Wang 2023-10-27 22:23:29 +02:00 committed by GitHub
commit 6ede422f54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -9782,6 +9782,11 @@
}];
name = "Joseph LaFreniere";
};
lagoja = {
github = "Lagoja";
githubId =750845;
name = "John Lago";
};
laikq = {
email = "gwen@quasebarth.de";
github = "laikq";

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