summary refs log tree commit diff
path: root/pkgs/games/scid
diff options
context:
space:
mode:
authorAndrew Brooks <andrewgrantbrooks@gmail.com>2021-05-07 11:55:08 -0500
committerAndrew Brooks <andrew.brooks@flightaware.com>2021-05-21 15:18:24 -0500
commit17a561e1cfcc9bd94e8287cd3fa092bea0362ebb (patch)
tree03c3eb7a928f672475a557957c54b86386631763 /pkgs/games/scid
parentfab8407b549c32d7e73163741b5ea7b6c38ce7a4 (diff)
scid: Correct typo in maintainers
Diffstat (limited to 'pkgs/games/scid')
-rw-r--r--pkgs/games/scid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/scid/default.nix b/pkgs/games/scid/default.nix
index b85af66065ab7..43794f6bc2553 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;
   };