File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments