Skip to content

Commit 9ea1f78

Browse files
committed
Add an Agda team
1 parent b1de421 commit 9ea1f78

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

ci/OWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,13 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
333333
/pkgs/development/dhall-modules @Gabriella439 @Profpatsch
334334
/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch
335335

336+
# Agda
337+
/pkgs/build-support/agda @NixOS/agda
338+
/pkgs/top-level/agda-packages.nix @NixOS/agda
339+
/pkgs/development/libraries/agda @NixOS/agda
340+
/doc/languages-frameworks/agda.section.md @NixOS/agda
341+
/nixos/tests/agda.nix @NixOS/agda
342+
336343
# Idris
337344
/pkgs/development/idris-modules @Infinisil
338345
/pkgs/development/compilers/idris2 @mattpolzin

maintainers/team-list.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ with lib.maintainers;
4545
enableFeatureFreezePing = true;
4646
};
4747

48+
agda = {
49+
members = [
50+
alexarice
51+
ncfavier
52+
phijor
53+
turion
54+
];
55+
scope = "Maintain Agda-related packages and modules.";
56+
shortName = "Agda";
57+
};
58+
4859
android = {
4960
members = [
5061
adrian-gierakowski

0 commit comments

Comments
 (0)