Merge pull request #263830 from Lagoja/master
devbox: add lagoja as maintainer
This commit is contained in:
commit
6ede422f54
2 changed files with 6 additions and 1 deletions
|
@ -9782,6 +9782,11 @@
|
||||||
}];
|
}];
|
||||||
name = "Joseph LaFreniere";
|
name = "Joseph LaFreniere";
|
||||||
};
|
};
|
||||||
|
lagoja = {
|
||||||
|
github = "Lagoja";
|
||||||
|
githubId =750845;
|
||||||
|
name = "John Lago";
|
||||||
|
};
|
||||||
laikq = {
|
laikq = {
|
||||||
email = "gwen@quasebarth.de";
|
email = "gwen@quasebarth.de";
|
||||||
github = "laikq";
|
github = "laikq";
|
||||||
|
|
|
@ -38,6 +38,6 @@ buildGoModule rec {
|
||||||
description = "Instant, easy, predictable shells and containers.";
|
description = "Instant, easy, predictable shells and containers.";
|
||||||
homepage = "https://www.jetpack.io/devbox";
|
homepage = "https://www.jetpack.io/devbox";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ urandom ];
|
maintainers = with maintainers; [ urandom lagoja ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue