···9191 meta = with lib; {
9292 description = "Lisp implementation aiming to be small, fast and easy to embed";
9393 license = licenses.mit;
9494- maintainers = with maintainers; [ raskin ];
9494+ maintainers = lib.teams.lisp.members;
9595 platforms = platforms.unix;
9696 # never built on aarch64-darwin since first introduction in nixpkgs
9797 broken = stdenv.isDarwin && stdenv.isAarch64;
+1-1
pkgs/development/compilers/ecl/default.nix
···7979 description = "Lisp implementation aiming to be small, fast and easy to embed";
8080 homepage = "https://common-lisp.net/project/ecl/";
8181 license = licenses.mit;
8282- maintainers = with maintainers; [ raskin ];
8282+ maintainers = lib.teams.lisp.members;
8383 platforms = platforms.unix;
8484 changelog = "https://gitlab.com/embeddable-common-lisp/ecl/-/raw/${version}/CHANGELOG";
8585 };
+1-1
pkgs/development/compilers/gcl/2.6.13-pre.nix
···43434444 meta = {
4545 description = "GNU Common Lisp compiler working via GCC";
4646- maintainers = [ lib.maintainers.raskin ];
4646+ maintainers = lib.teams.lisp.members;
4747 platforms = lib.platforms.linux;
4848 };
4949}
+1-1
pkgs/development/compilers/gcl/default.nix
···47474848 meta = with lib; {
4949 description = "GNU Common Lisp compiler working via GCC";
5050- maintainers = [ maintainers.raskin ];
5050+ maintainers = lib.teams.lisp.members;
5151 license = licenses.gpl2;
5252 platforms = platforms.linux;
5353 };