mkcl: remove tohl from meta.maintainers list

Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
AndersonTorres 2022-10-23 01:16:37 -03:00
parent 307775b000
commit 28c4406d85

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
homepage = "https://common-lisp.net/project/mkcl/";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ tohl ];
maintainers = with maintainers; [ ];
};
}