clisp hg: remove tohl from meta.maintainers list

Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
AndersonTorres
2022-10-23 01:19:49 -03:00
parent 023b6ea7c7
commit e93d594a4c
+1 -1
View File
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
meta = {
description = "ANSI Common Lisp Implementation";
homepage = "http://clisp.cons.org";
maintainers = with lib.maintainers; [raskin tohl];
maintainers = with lib.maintainers; [ raskin ];
# problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062
platforms = lib.platforms.linux;
};