···119 meta = with lib; {
120 description = "Clozure Common Lisp";
121 homepage = "https://ccl.clozure.com/";
122- maintainers = with maintainers; [ raskin ];
123 platforms = attrNames options;
124 # assembler failures during build, x86_64-darwin broken since 2020-10-14
125 broken = (stdenv.isDarwin && stdenv.isx86_64);
···119 meta = with lib; {
120 description = "Clozure Common Lisp";
121 homepage = "https://ccl.clozure.com/";
122+ maintainers = lib.teams.lisp.members;
123 platforms = attrNames options;
124 # assembler failures during build, x86_64-darwin broken since 2020-10-14
125 broken = (stdenv.isDarwin && stdenv.isx86_64);
+1-1
pkgs/development/compilers/clasp/default.nix
···89 meta = {
90 description = "A Common Lisp implementation based on LLVM with C++ integration";
91 license = lib.licenses.lgpl21Plus ;
92- maintainers = [lib.maintainers.raskin lib.maintainers.uthar];
93 platforms = ["x86_64-linux" "x86_64-darwin"];
94 # Upstream claims support, but breaks with:
95 # error: use of undeclared identifier 'aligned_alloc'
···89 meta = {
90 description = "A Common Lisp implementation based on LLVM with C++ integration";
91 license = lib.licenses.lgpl21Plus ;
92+ maintainers = lib.teams.lisp.members;
93 platforms = ["x86_64-linux" "x86_64-darwin"];
94 # Upstream claims support, but breaks with:
95 # error: use of undeclared identifier 'aligned_alloc'
···91 meta = with lib; {
92 description = "Lisp implementation aiming to be small, fast and easy to embed";
93 license = licenses.mit;
94- maintainers = with maintainers; [ raskin ];
95 platforms = platforms.unix;
96 # never built on aarch64-darwin since first introduction in nixpkgs
97 broken = stdenv.isDarwin && stdenv.isAarch64;
···91 meta = with lib; {
92 description = "Lisp implementation aiming to be small, fast and easy to embed";
93 license = licenses.mit;
94+ maintainers = lib.teams.lisp.members;
95 platforms = platforms.unix;
96 # never built on aarch64-darwin since first introduction in nixpkgs
97 broken = stdenv.isDarwin && stdenv.isAarch64;
+1-1
pkgs/development/compilers/ecl/default.nix
···79 description = "Lisp implementation aiming to be small, fast and easy to embed";
80 homepage = "https://common-lisp.net/project/ecl/";
81 license = licenses.mit;
82- maintainers = with maintainers; [ raskin ];
83 platforms = platforms.unix;
84 changelog = "https://gitlab.com/embeddable-common-lisp/ecl/-/raw/${version}/CHANGELOG";
85 };
···79 description = "Lisp implementation aiming to be small, fast and easy to embed";
80 homepage = "https://common-lisp.net/project/ecl/";
81 license = licenses.mit;
82+ maintainers = lib.teams.lisp.members;
83 platforms = platforms.unix;
84 changelog = "https://gitlab.com/embeddable-common-lisp/ecl/-/raw/${version}/CHANGELOG";
85 };
+1-1
pkgs/development/compilers/gcl/2.6.13-pre.nix
···4344 meta = {
45 description = "GNU Common Lisp compiler working via GCC";
46- maintainers = [ lib.maintainers.raskin ];
47 platforms = lib.platforms.linux;
48 };
49}
···4344 meta = {
45 description = "GNU Common Lisp compiler working via GCC";
46+ maintainers = lib.teams.lisp.members;
47 platforms = lib.platforms.linux;
48 };
49}
+1-1
pkgs/development/compilers/gcl/default.nix
···4748 meta = with lib; {
49 description = "GNU Common Lisp compiler working via GCC";
50- maintainers = [ maintainers.raskin ];
51 license = licenses.gpl2;
52 platforms = platforms.linux;
53 };
···4748 meta = with lib; {
49 description = "GNU Common Lisp compiler working via GCC";
50+ maintainers = lib.teams.lisp.members;
51 license = licenses.gpl2;
52 platforms = platforms.linux;
53 };