cmucl: 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:02 -03:00
parent 8e76339adc
commit 307775b000

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation {
'';
license = lib.licenses.free; # public domain
homepage = "http://www.cons.org/cmucl/";
maintainers = [lib.maintainers.tohl];
maintainers = [ ];
platforms = lib.platforms.linux;
};
}