scid: Correct typo in maintainers

This commit is contained in:
Andrew Brooks
2021-05-21 15:18:24 -05:00
committed by Andrew Brooks
parent fab8407b54
commit 17a561e1cf
+1 -1
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;
};