lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

clisp hg: remove tohl from meta.maintainers list

Because tohl disappeared (last seen 2021-01-28).

+1 -1
+1 -1
pkgs/development/interpreters/clisp/hg.nix
··· 91 91 meta = { 92 92 description = "ANSI Common Lisp Implementation"; 93 93 homepage = "http://clisp.cons.org"; 94 - maintainers = with lib.maintainers; [raskin tohl]; 94 + maintainers = with lib.maintainers; [ raskin ]; 95 95 # problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062 96 96 platforms = lib.platforms.linux; 97 97 };