summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/cmucl
diff options
context:
space:
mode:
authorKasper Gałkowski <k@galkowski.xyz>2023-04-05 19:26:22 +0200
committerKasper Gałkowski <k@galkowski.xyz>2023-04-05 20:52:27 +0200
commit6817b72ca3cdb8e5edd9ff84a1dc549de1c683f3 (patch)
tree3f7b51436aaea7480d37b0044e1d299ede2b4833 /pkgs/development/compilers/cmucl
parentb505951d8a88e2be76bcf14a7daa87fe21523d6c (diff)
lisp-modules: set maintainers to the lisp team
Diffstat (limited to 'pkgs/development/compilers/cmucl')
-rw-r--r--pkgs/development/compilers/cmucl/binary.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/cmucl/binary.nix b/pkgs/development/compilers/cmucl/binary.nix
index fb0f8b2ce2c8..7ad50a369c62 100644
--- a/pkgs/development/compilers/cmucl/binary.nix
+++ b/pkgs/development/compilers/cmucl/binary.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
ANSI Common Lisp standard.
'';
license = licenses.publicDomain;
- maintainers = [ ];
+ maintainers = lib.teams.lisp.members;
platforms = [ "i686-linux" "x86_64-linux" ];
};
})