From 17a561e1cfcc9bd94e8287cd3fa092bea0362ebb Mon Sep 17 00:00:00 2001 From: Andrew Brooks Date: Fri, 7 May 2021 11:55:08 -0500 Subject: [PATCH] scid: Correct typo in maintainers --- pkgs/games/scid/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/scid/default.nix b/pkgs/games/scid/default.nix index b85af66065a..43794f6bc25 100644 --- a/pkgs/games/scid/default.nix +++ b/pkgs/games/scid/default.nix @@ -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; };