ccl: remove tohl from meta.maintainers list
Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
parent
9cbb690d7b
commit
8e76339adc
@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Clozure Common Lisp";
|
||||
homepage = "https://ccl.clozure.com/";
|
||||
maintainers = with maintainers; [ raskin tohl ];
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = attrNames options;
|
||||
# assembler failures during build, x86_64-darwin broken since 2020-10-14
|
||||
broken = (stdenv.isDarwin && stdenv.isx86_64);
|
||||
|
Loading…
Reference in New Issue
Block a user