mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
Add an Agda team (#447957)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -380,6 +380,7 @@ package-maintainers:
|
||||
- sitemap
|
||||
ncfavier:
|
||||
- Agda
|
||||
- agda2hs
|
||||
- irc-client
|
||||
- lambdabot
|
||||
- shake
|
||||
|
||||
@@ -56750,6 +56750,7 @@ self: {
|
||||
description = "Compiling Agda code to readable Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "agda2hs";
|
||||
maintainers = [ lib.maintainers.ncfavier ];
|
||||
}
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user