Commit 96c1b380 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

tclx: add fgaz to maintainers

parent ab5c78a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ tcl.mkTclDerivation rec {
    homepage = "https://tclx.sourceforge.net/";
    description = "Tcl extensions";
    license = lib.licenses.tcltk;
    maintainers = with lib.maintainers; [ kovirobi ];
    maintainers = with lib.maintainers; [ kovirobi fgaz ];
  };
}