pretalx: adopt and set up code ownership
This commit is contained in:
parent
9afcf733f3
commit
622af635bb
3 changed files with 5 additions and 2 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -345,8 +345,11 @@ pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
|
||||||
|
|
||||||
# Pretix
|
# Pretix
|
||||||
pkgs/by-name/pr/pretix/ @mweinelt
|
pkgs/by-name/pr/pretix/ @mweinelt
|
||||||
|
pkgs/by-name/pr/pretalx/ @mweinelt
|
||||||
nixos/modules/services/web-apps/pretix.nix @mweinelt
|
nixos/modules/services/web-apps/pretix.nix @mweinelt
|
||||||
|
nixos/modules/services/web-apps/pretalx.nix @mweinelt
|
||||||
nixos/tests/web-apps/pretix.nix @mweinelt
|
nixos/tests/web-apps/pretix.nix @mweinelt
|
||||||
|
nixos/tests/web-apps/pretalx.nix @mweinelt
|
||||||
|
|
||||||
# incus/lxc/lxd
|
# incus/lxc/lxd
|
||||||
nixos/maintainers/scripts/lxd/ @adamcstephens
|
nixos/maintainers/scripts/lxd/ @adamcstephens
|
||||||
|
|
|
@ -24,7 +24,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
maintainers = teams.c3d2.members;
|
maintainers = with maintainers; [ hexa] ++ teams.c3d2.members;
|
||||||
};
|
};
|
||||||
|
|
||||||
options.services.pretalx = {
|
options.services.pretalx = {
|
||||||
|
|
|
@ -42,7 +42,7 @@ let
|
||||||
homepage = "https://github.com/pretalx/pretalx";
|
homepage = "https://github.com/pretalx/pretalx";
|
||||||
changelog = "https://docs.pretalx.org/en/latest/changelog.html";
|
changelog = "https://docs.pretalx.org/en/latest/changelog.html";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = teams.c3d2.members;
|
maintainers = with maintainers; [ hexa] ++ teams.c3d2.members;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue