scid: Correct typo in maintainers

This commit is contained in:
Andrew Brooks 2021-05-07 11:55:08 -05:00 committed by Andrew Brooks
parent fab8407b54
commit 17a561e1cf

View file

@ -51,7 +51,7 @@ tcl.mkTclDerivation {
meta = {
description = "Chess database with play and training functionality";
maintainers = with maintainers; [ agbrooks ];
maintainers = with lib.maintainers; [ agbrooks ];
homepage = "http://scid.sourceforge.net/";
license = lib.licenses.gpl2;
};