tcllib: add fgaz to maintainers

This commit is contained in:
Francesco Gazzetta 2022-10-04 10:56:34 +02:00
parent 6f85748554
commit 6297062e68

View file

@ -14,5 +14,6 @@ tcl.mkTclDerivation rec {
description = "Tcl-only library of standard routines for Tcl";
license = lib.licenses.tcltk;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ fgaz ];
};
}