nixfiles/maintainers/teams/default.nix
Sebastian Walz 860d31cee1
Tohu vaBohu
2023-04-21 00:22:52 +02:00

15 lines
259 B
Nix

{ Team, ... }:
{ people, ... }:
{
core
= Team "Core"
{
about = "Inner Circle of the Project";
founded = "2022-10-03":
};
library
= Team "Library"
{
};
}