tkgl: add alejo7797 to maintainers

This commit is contained in:
Alex Epelde
2026-03-22 08:59:02 -04:00
parent 7ccbf36d83
commit 0983642659
+4 -1
View File
@@ -46,6 +46,9 @@ tcl.mkTclDerivation {
description = "OpenGL drawing surface for Tk 8 and 9";
homepage = "https://github.com/3-manifolds/TkGL";
license = lib.licenses.tcltk;
maintainers = with lib.maintainers; [ noiioiu ];
maintainers = with lib.maintainers; [
noiioiu
alejo7797
];
};
}