Add an Agda team (#447957)

This commit is contained in:
Naïm Camille Favier
2025-10-05 21:46:40 +02:00
committed by GitHub
4 changed files with 20 additions and 0 deletions

View File

@@ -333,6 +333,13 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/development/dhall-modules @Gabriella439 @Profpatsch
/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch
# Agda
/pkgs/build-support/agda @NixOS/agda
/pkgs/top-level/agda-packages.nix @NixOS/agda
/pkgs/development/libraries/agda @NixOS/agda
/doc/languages-frameworks/agda.section.md @NixOS/agda
/nixos/tests/agda.nix @NixOS/agda
# Idris
/pkgs/development/idris-modules @Infinisil
/pkgs/development/compilers/idris2 @mattpolzin

View File

@@ -45,6 +45,17 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
agda = {
members = [
alexarice
ncfavier
phijor
turion
];
scope = "Maintain Agda-related packages and modules.";
shortName = "Agda";
};
android = {
members = [
adrian-gierakowski

View File

@@ -380,6 +380,7 @@ package-maintainers:
- sitemap
ncfavier:
- Agda
- agda2hs
- irc-client
- lambdabot
- shake

View File

@@ -56750,6 +56750,7 @@ self: {
description = "Compiling Agda code to readable Haskell";
license = lib.licenses.bsd3;
mainProgram = "agda2hs";
maintainers = [ lib.maintainers.ncfavier ];
}
) { };